Skip to content

Commit

Permalink
add kit-volume when nonroot
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirchdk committed Oct 28, 2024
1 parent 7a19bf1 commit 89f819f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/kitcaddy/templates/doc-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,10 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.docDeployment.resources | nindent 12 }}
volumeMounts:
- name: kit-volume
mountPath: /kit
volumes:
- name: kit-volume
emptyDir: {}
{{- end -}}

0 comments on commit 89f819f

Please sign in to comment.