Skip to content

Commit

Permalink
fix(chart): RFC 1132 compliant name for tmp mount
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Jan 10, 2025
1 parent 6abfa3f commit 4c8a7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kargo/templates/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
{{- end }}
volumeMounts:
- mountPath: /tmp
name: tmpData
name: tmp-data
{{- if or .Values.kubeconfigSecrets.kargo .Values.kubeconfigSecrets.argocd }}
- mountPath: /etc/kargo/kubeconfigs
name: kubeconfigs
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
mountPath: /tmp/target
{{- end }}
volumes:
- name: tmpData
- name: tmp-data
emptyDir: {}
{{- if or .Values.kubeconfigSecrets.kargo .Values.kubeconfigSecrets.argocd }}
- name: kubeconfigs
Expand Down

0 comments on commit 4c8a7c1

Please sign in to comment.