Skip to content

Commit

Permalink
Terraform remote backend support fix (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Jan 25, 2023
1 parent 081151d commit b6e768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/secrets-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ stringData:
PatSecret: '{{ .Values.security.patSecret | b64enc }}'
InternalSecret: '{{ .Values.security.internalSecret | b64enc }}'
DexIssuerUri: '{{ .Values.security.dexIssuerUri }}'
DexClientId: '{{ .Values.registry.properties.DexClientId }}'

DatasourceHostname: '{{ .Values.api.properties.databaseHostname }}'
DatasourceDatabase: '{{ .Values.api.properties.databaseName }}'
Expand Down

0 comments on commit b6e768a

Please sign in to comment.