apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component generatorOptions: disableNameSuffixHash: true configurations: - ./configurations/cnpg-cluster.yaml resources: - ./resources/MYAPPLICATION-cnpg-cluster.yaml secretgenerator: - name: MYAPPLICATION-postgres-admin type: secret literals: - username=postgres - password=notsosecret - name: MYAPPLICATION-postgres-user type: Secret literals: - username=MYAPPLICATION - password=NotSoSecretButThisIsBad vars: - name: MYAPPLICATION_DATABASE_SERVICE_NAME objref: name: MYAPPLICATION-postgres kind: Cluster apiVersion: postgresql.cnpg.io/v1 fieldref: fieldpath: metadata.name