I am trying to use the "existingSecret" annotation...
# gooddata-cn
j
I am trying to use the "existingSecret" annotation for the postgres database in my helm charts with google cloud platform, and the documentation doesn't have an example. For secret named x, would I need to do something like: existingSecret: project/projectnumber/secrets/x existingSecret: x existingSecret: project.projectnumber.secrets.x or something else? https://www.gooddata.com/developers/cloud-native/doc/1.6/installation/k8s/helm-chart-options/
And does that secret need to be: "postgresql-password:password" "postgresql-password=password" "{postgresql-password:password}" "{"postgresql-password":password}" "password"
j
@Robert Moucha @Milan Sladký please, can you help?
during the helm chart installation, you need to pass the name of this secret in
existingSecret
existingSecret: x
in your particular case.
j
So this is a kubernetes secret not a gcp secret?
Alrighty I will figure out how the platform team wants me to stick it in there.
r
You're right, Kubernetes Secret is not a GCP secret. But I believe there is a way how to integrate GSM and Kubernetes secrets.