From 3cd054592b198dc32251ee4c392041544675a1e2 Mon Sep 17 00:00:00 2001 From: Max Herbert Date: Thu, 21 Nov 2024 09:37:03 +0000 Subject: [PATCH] Removed full customisation --- Charts/ioc-instance/templates/deployment.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Charts/ioc-instance/templates/deployment.yaml b/Charts/ioc-instance/templates/deployment.yaml index 728685d..64a58e1 100644 --- a/Charts/ioc-instance/templates/deployment.yaml +++ b/Charts/ioc-instance/templates/deployment.yaml @@ -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 }}