diff --git a/charts/edh-elo/values.yaml b/charts/edh-elo/values.yaml index ea1c45e..ae95273 100644 --- a/charts/edh-elo/values.yaml +++ b/charts/edh-elo/values.yaml @@ -5,6 +5,10 @@ image: extraEnv: - name: DATABASE_URL value: postgresql://db_user:pass@edh-elo-postgresql/postgres + - name: SPREADSHEET_ID + value: 1ITgXXfq7KaNP8JTQMvoZJSbu7zPpCcfNio_aooULRfc + - name: PATH_TO_GOOGLE_SHEETS_CREDENTIALS + value: /vault/secrets/google-credentials.json postgresql: auth: existing-secret: edh-elo-postgresql @@ -33,7 +37,14 @@ serviceAccount: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" -podAnnotations: {} +podAnnotations: + vault.hashicorp.com/agent-inject: "true" + vault.hashicorp.com/role: "edh-elo" + vault.hashicorp.com/agent-inject-secret-google-credentials.json: "edh-elo/data/google-credentials" + # vault.hashicorp.com/agent-inject-template-google-credentials.json: | + # {{- with secret "edh-elo/data/google-credentials" -}} + # {{- .Data | b64enc -}} + # {{- end -}} podSecurityContext: {} # fsGroup: 2000