| 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/serviceaccount.yaml b/charts/cert-manager/templates/serviceaccount.yaml index 698ddef..fac93d0 100644 --- a/charts/cert-manager/templates/serviceaccount.yaml +++ b/charts/cert-manager/templates/serviceaccount.yaml
@@ -12,7 +12,8 @@ {{- with .Values.serviceAccount.annotations }} annotations: {{- range $k, $v := . }} - {{- printf "%s: %s" (tpl $k $) (tpl $v $) | nindent 4 }} + {{- $value := $v | quote }} + {{- printf "%s: %s" (tpl $k $) (tpl $value $) | nindent 4 }} {{- end }} {{- end }} labels: