diff --git a/apis/postgresql/composition.yaml b/apis/postgresql/composition.yaml index 8d8e417..1007096 100644 --- a/apis/postgresql/composition.yaml +++ b/apis/postgresql/composition.yaml @@ -3,7 +3,7 @@ kind: Composition metadata: name: xpostgresqlinstances.azure.platform.upbound.io labels: - dbengine: postgresql + dbengine: postgres provider: azure spec: writeConnectionSecretsToNamespace: upbound-system diff --git a/examples/postgres-claim.yaml b/examples/postgres-claim.yaml index 05cf6ef..d37093f 100644 --- a/examples/postgres-claim.yaml +++ b/examples/postgres-claim.yaml @@ -6,7 +6,7 @@ metadata: spec: compositionSelector: matchLabels: - dbengine: postgresql + dbengine: postgres parameters: region: westus storageGB: 5 #Minimum value is 5