UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update Ironbank

Merged bigbang bot requested to merge renovate/ironbank into main
2 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -77,6 +77,16 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
{{ if .Values.istio.enabled }}
command: ["/bin/sh"]
args:
- -c
- >-
docker-entrypoint.sh;
x=$(echo $?);
curl -fsI -X POST http://localhost:15020/quitquitquit;
exit $x;
{{ end }}
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if or .Values.cronjob.preCommand .Values.cronjob.postCommand}}
Loading