| commit | b6e9f2f04b38050b8c730f92ab2b4adb75c9b19b | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Jul 23 16:53:10 2026 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jul 23 16:53:10 2026 +0400 |
| tree | e7b826d9baf972fc78257c0cad39d936ac44fc2f | |
| parent | 33d6293d005d8ebd5c6bae80091b22766cfbfd0e [diff] [blame] |
cert-manager: 1.17.4 -> 1.18.6 Change-Id: I88cd9d9ef02f81f8fbfa9cce2c164ff093b09b49
diff --git a/charts/cert-manager/templates/deployment.yaml b/charts/cert-manager/templates/deployment.yaml index 8a4a973..b1af927 100644 --- a/charts/cert-manager/templates/deployment.yaml +++ b/charts/cert-manager/templates/deployment.yaml
@@ -211,7 +211,9 @@ {{- end }} {{- with .Values.nodeSelector }} nodeSelector: - {{- toYaml . | nindent 8 }} + {{- range $key, $value := . }} + {{ $key }}: {{ $value | quote }} + {{- end }} {{- end }} {{- with .Values.affinity }} affinity: