Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cockroachdb init-db example #61

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

catalin-ilea
Copy link
Contributor

Moved certificate patching out of kustomization.yaml

Moved certificate patching out of kustomization.yaml
@catalin-ilea catalin-ilea requested a review from a team as a code owner August 1, 2024 09:58
@matthewhughes-uw
Copy link
Contributor

The diff shows a change:

-  secretName: cockroachdb.client.example-user
+  secretName: cockroachdb.client.example_user

is this expected?

@catalin-ilea
Copy link
Contributor Author

The diff shows a change:

-  secretName: cockroachdb.client.example-user
+  secretName: cockroachdb.client.example_user

is this expected?

Good spot

@@ -14,3 +14,11 @@ spec:
# name of the user that the init job will grant access on the DB to
- name: DB_USER
value: "example_user"
---
apiVersion: cert-manager.io/v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this strictly part of the init process, or more general? I'm wondering if it would be clearer if this were in its own file like cert.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@catalin-ilea catalin-ilea merged commit 170158d into main Aug 7, 2024
1 check passed
@catalin-ilea catalin-ilea deleted the cockroach-example branch August 7, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants