Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gandazgul authored Sep 6, 2023
1 parent 4f36157 commit 2e326d0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ spec:
volumeMounts:
- name: {{ template "forecastle.name" . }}-config
mountPath: /etc/forecastle
{{- with .Values.forecastle.deployment.securityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if .Values.forecastle.openshiftOauthProxy.enabled }}
- name: oauth-proxy
image: "{{ default "stakater/oauth-proxy:v0.0.2" .Values.forecastle.openshiftOauthProxy.image }}"
Expand Down Expand Up @@ -77,6 +73,10 @@ spec:
{{ toYaml .Values.forecastle.openshiftOauthProxy.resources | indent 10 }}
{{- end }}
{{- end }}
{{- with .Values.forecastle.deployment.securityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
{{- end }}
volumes:
- name: {{ template "forecastle.name" . }}-config
configMap:
Expand Down

0 comments on commit 2e326d0

Please sign in to comment.