Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Apr 4, 2023
1 parent 299e631 commit be60e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/platform-secrets/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
{{- end }}
volumeMounts:
- mountPath: {{ include "platformSecrets.kubeAuthMountRoot" . }}
name: kube-api-token
name: kube-api-data
readOnly: true
{{- if .Values.imagePullSecrets }}
imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 6 }}
Expand Down

0 comments on commit be60e05

Please sign in to comment.