Skip to content

Commit a9f7f15

Browse files
Merge pull request #220406 from hasani-h/arc-postgres-update-template
Fix PostgreSql creation yaml template
2 parents 1d8f591 + 3d25497 commit a9f7f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-arc/data/create-postgresql-server-kubernetes-native-tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ You can use the [template yaml](https://raw.githubusercontent.com/microsoft/azur
3636
```yaml
3737
apiVersion: v1
3838
data:
39+
username: <your base64 encoded username>
3940
password: <your base64 encoded password>
4041
kind: Secret
4142
metadata:
4243
name: pg1-login-secret
4344
type: Opaque
4445
---
45-
apiVersion: arcdata.microsoft.com/v1beta1
46+
apiVersion: arcdata.microsoft.com/v1beta3
4647
kind: postgresql
4748
metadata:
4849
name: pg1

0 commit comments

Comments
 (0)