Skip to content

Commit

Permalink
remove bbolt init container, no longer required and causes issues on …
Browse files Browse the repository at this point in the history
…startup
  • Loading branch information
jsirianni committed Dec 17, 2024
1 parent 73a7ae0 commit e0db3e9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions charts/bindplane/templates/bindplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
{{- if eq .Values.backend.type "bbolt" }}
- name: set-data-permissions
image: {{ .Values.busybox_image }}
command:
- sh
- -c
- /bin/sh /set-data-permissions.sh
volumeMounts:
- name: data-permissions-init
mountPath: /set-data-permissions.sh
subPath: set-data-permissions.sh
- name: {{ include "bindplane.fullname" . }}-data
mountPath: /data
{{- end }}
containers:
- name: server
image: {{ include "bindplane.image" . }}:{{ include "bindplane.tag" . }}
Expand Down

0 comments on commit e0db3e9

Please sign in to comment.