Skip to content

Commit

Permalink
Merge pull request #114 from akafazov/fix/secret-name
Browse files Browse the repository at this point in the history
fix (secret): kcp-token-auth-file
  • Loading branch information
kcp-ci-bot authored Oct 22, 2024
2 parents 503faae + ab5b580 commit 392ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kcp/templates/front-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
{{- if .Values.kcp.tokenAuth.enabled }}
- name: kcp-token-auth-file
secret:
secretName: kcp-token-auth-file
secretName: {{ include "kcp.fullname" . }}-token-auth-file
{{- end }}
# these volumes are necessary for the path-mapping.yaml
- name: kcp-ca
Expand Down

0 comments on commit 392ecfc

Please sign in to comment.