Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/rockoon/templates/rockoon-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
{{ tuple . | include "rockoon.common_env" | indent 12 }}
image: {{ tuple . .Values.image | include "getImageUrl" }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
securityContext:
{{- toYaml .Values.osdpl.pod.controller.remove_legacy_finalizer.security_context | nindent 12 }}
{{ end }}
- name: rename-octavia-certs-secret
command:
Expand All @@ -82,6 +84,8 @@ spec:
{{ tuple . | include "rockoon.common_env" | indent 12 }}
image: {{ tuple . .Values.image | include "getImageUrl" }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
securityContext:
{{- toYaml .Values.osdpl.pod.controller.rename_octavia_certs_secret.security_context | nindent 12 }}
containers:
- name: osdpl
image: {{ tuple . .Values.image | include "getImageUrl" }}
Expand Down
4 changes: 4 additions & 0 deletions charts/rockoon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ osdpl:
security_context: *security_context
convert_credentials:
security_context: *security_context
remove_legacy_finalizer:
security_context: *security_context
rename_octavia_certs_secret:
security_context: *security_context
check_osdplsecrets:
security_context: *security_context
ensure_resources:
Expand Down