Skip to content

Commit

Permalink
Removed full customisation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHerbs committed Nov 21, 2024
1 parent 87f9f32 commit 3cd0545
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Charts/ioc-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ spec:
# always re-deploy in case the configMap has changed
rollme: {{ randAlphaNum 5 | quote }}
spec:
{{- if .Values.podSpec }}
{{ toYaml .Values.podSpec | indent 6}}
{{- if .Values.runtimeClassName }}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}

{{- if .Values.serviceAccountName }}
serviceAccountName: {{ .Values.serviceAccountName | quote }}
{{- end }}
Expand Down

0 comments on commit 3cd0545

Please sign in to comment.