Skip to content

Commit

Permalink
add azureserviceoperator references to kustomization file
Browse files Browse the repository at this point in the history
  • Loading branch information
louisehuyton authored Dec 16, 2024
1 parent df118cb commit bde1e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/v2/postgres-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi
cat <<EOF
apiVersion: v1
data:
PASSWORD: $PASSWORD
PASSWORD: $PASSWORD
kind: Secret
metadata:
creationTimestamp: null
Expand All @@ -91,6 +91,9 @@ sops --encrypt --azure-kv https://dtssharedservicesdevkv.vault.azure.net/keys/so
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../azureserviceoperator-system/resources/resource-group.yaml
- ../../../azureserviceoperator-system/resources/flexibleserver-postgres.yaml
- ../../../azureserviceoperator-system/resources/flexibleserver-postgres-config.yaml
- $APP_NAME-postgres.enc.yaml
namespace: $NAMESPACE_NAME
EOF
Expand Down

0 comments on commit bde1e75

Please sign in to comment.