File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.30
3
+ version : 0.0.1-alpha.31
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -254,6 +254,9 @@ spec:
254
254
- name : USH_ANALYTICS_PREFIX
255
255
value : {{ .Values.config.ush_analytics_prefix | quote }}
256
256
{{- end }}
257
+ {{- /* This is a temporary fix while the container is running as root */}}
258
+ - name : COMPOSER_ALLOW_SUPERUSER
259
+ value : " 1"
257
260
{{- if .Values.config.multisite.enabled }}
258
261
- name : MULTISITE_DOMAIN
259
262
value : {{ .Values.config.multisite.api_domain | quote }}
@@ -546,6 +549,9 @@ spec:
546
549
- name : USH_ANALYTICS_PREFIX
547
550
value : {{ .Values.config.ush_analytics_prefix | quote }}
548
551
{{- end }}
552
+ {{- /* This is a temporary fix while the container is running as root */}}
553
+ - name : COMPOSER_ALLOW_SUPERUSER
554
+ value : " 1"
549
555
{{- if .Values.config.multisite.enabled }}
550
556
- name : MULTISITE_DOMAIN
551
557
value : {{ .Values.config.multisite.api_domain | quote }}
@@ -812,6 +818,9 @@ spec:
812
818
- name : USH_ANALYTICS_PREFIX
813
819
value : {{ .Values.config.ush_analytics_prefix | quote }}
814
820
{{- end }}
821
+ {{- /* This is a temporary fix while the container is running as root */}}
822
+ - name : COMPOSER_ALLOW_SUPERUSER
823
+ value : " 1"
815
824
816
825
image : {{ .Values.image.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}
817
826
imagePullPolicy : Always
You can’t perform that action at this time.
0 commit comments