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 97e0570 commit 1cfce54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/app/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
{{- $objectstoreBucket := (get $secretData "objectstoreBucket" | b64dec | default "") }}
{{- $objectstoreSecretKey := (get $secretData "objectstoreSecretKey" | b64dec | default "") }}

{{- $caseManagementApiUrl := printf "%s-%s:5432" .Release.Name .Values.global.secrets.caseManagementApiUrl }}
{{- $postgresqlEnableLogging := printf "%s-%s:5432" .Release.Name .Values.global.secrets.postgresqlEnableLogging }}

---
Expand Down

0 comments on commit 1cfce54

Please sign in to comment.