Skip to content
Snippets Groups Projects

Merge collabora/staging into collabora/production

Merged Pablo Vigo Mas requested to merge collabora/staging into collabora/production
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,6 +35,8 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}-api
env:
{{- toYaml .Values.api.extraEnvVars | nindent 12 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Loading