Skip to content

Commit

Permalink
Update secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 12, 2024
1 parent 2d79778 commit b0f7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ data:
BC_GEOCODER_API_CLIENT_ID: {{ $bcGeocoderApiClientId | b64enc | quote }}
BC_GEOCODER_API_KEY: {{ $bcGeocoderApiKey | b64enc | quote }}
BC_GEOCODER_API_URL: {{ $bcGeocoderApiUrl | b64enc | quote }}
CASE_MANAGEMENT_API_URL: {{ Values.global.secrets.caseManagementApiUrl | b64enc | quote }}
CASE_MANAGEMENT_API_URL: {{ .Values.global.secrets.caseManagementApiUrl | b64enc | quote }}
COMPLAINTS_API_KEY: {{ $caseManagementApiKey | b64enc | quote }}
POSTGRESQL_ENABLE_LOGGING: {{ $postgresqlEnableLogging | b64enc | quote }}
COMS_JWT_AUTH_URI: {{ $comsJwtAuthUri | b64enc | quote }}
Expand Down

0 comments on commit b0f7a6b

Please sign in to comment.