Skip to content

Commit

Permalink
wip(charts): wip passbolt [pack passbolt]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 16, 2022
1 parent 51f3f0f commit 8440d69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/passbolt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
# {{- if .Values.serverKeySecret }}
# initContainers:
# - name: fix-serverkey-permissions
# image: busybox
# command:
# - sh
# - -c
# - echo foo
# volumeMounts:
# - mountPath: /
# {{- end }}
containers:
- name: {{ include "common.names.name" . }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 8440d69

Please sign in to comment.