diff --git a/helm-charts/tarantool-cartridge/templates/cm.yaml b/helm-charts/tarantool-cartridge/templates/cm.yaml index a40a120d..32593b42 100644 --- a/helm-charts/tarantool-cartridge/templates/cm.yaml +++ b/helm-charts/tarantool-cartridge/templates/cm.yaml @@ -20,7 +20,6 @@ data: permitted_enctypes = rc4-hmac udp_preference_limit = 1 kdc_timeout = 3000 - [realms] CUD.INT = { kdc = CUDINT217.cud.int @@ -55,5 +54,4 @@ data: KrbAuthType=0 SSL=0 ---- -{{- end }} \ No newline at end of file +{{- end }} diff --git a/helm-charts/tarantool-cartridge/templates/deployment.yaml b/helm-charts/tarantool-cartridge/templates/deployment.yaml index 86ee089c..3867775d 100644 --- a/helm-charts/tarantool-cartridge/templates/deployment.yaml +++ b/helm-charts/tarantool-cartridge/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: fsGroup: {{ $.Values.securityContext.fsGroup }} {{- if $.Values.affinity }} affinity: - {{ toYaml $.Values.affinity | indent 8 }} +{{ toYaml $.Values.affinity | indent 8 }} {{- end }} containers: - name: "{{ $.Release.Name }}-container"