Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1456 from 199201shubhamsahu/al…
Browse files Browse the repository at this point in the history
…loydb-sample-sec-instance

Add initialUser to primary cluster for AlloyDB secondary instance sample
  • Loading branch information
google-oss-prow[bot] authored Mar 28, 2024
2 parents 22bfdf2 + b610da1 commit 65ae11d
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 65ae11d

Please sign in to comment.