Skip to content

Commit

Permalink
added .pre-commit-config.yaml file to trigger detect-secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Savvas Kyriacou <[email protected]>
  • Loading branch information
KirbyKatcher committed Jun 4, 2024
1 parent 523a940 commit 147821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ecosystem/templates/dex-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stringData:
redirectURIs:
- '{{ include "ecosystem.host.url" . }}/api/auth/callback'
name: 'Galasa Ecosystem Web UI'
secret: "{{ randAlphaNum 32 }}"
secret: "{{ randAlphaNum 32 }}"
{{- end }}
{{- if not (hasKey .Values.dex.config "storage") }}
Expand Down

0 comments on commit 147821a

Please sign in to comment.