Skip to content

Commit

Permalink
Add initialUser to primary cluster for AlloyDB secondary instance sample
Browse files Browse the repository at this point in the history
  • Loading branch information
199201shubhamsahu committed Mar 28, 2024
1 parent 22bfdf2 commit b610da1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
name: alloydbinstance-dep-secondary
projectRef:
external: ${PROJECT_ID?}
initialUser:
user: "postgres"
password:
value: "postgres"
---
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1
kind: AlloyDBCluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@ spec:
name: alloydbinstance-dep-secondary
projectRef:
external: ${PROJECT_ID?}
initialUser:
user: "postgres"
password:
value: "postgres"
---
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1
kind: AlloyDBCluster
Expand Down

0 comments on commit b610da1

Please sign in to comment.