aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml
diff options
context:
space:
mode:
authorMicha? Jagie??o <michal.jagiello@t-mobile.pl>2024-12-12 07:44:14 +0000
committerGerrit Code Review <gerrit@onap.org>2024-12-12 07:44:14 +0000
commit5f8008ea8d1aa700a26b7ced5d43aacbcf23107a (patch)
tree0e1c0d350ee05aee622f90423d1db119b24bc280 /kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml
parent0741e1c181a0d3352f9efbe3e7f97006a908eed8 (diff)
parent644dd33c78dd4c7fe638f93414617686efea95ec (diff)
Merge "[AUTHENTICATION] New Oslo version"
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml')
-rw-r--r--kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml b/kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml
index f3364e95a9..a041843484 100644
--- a/kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml
+++ b/kubernetes/authentication/components/oauth2-proxy/templates/secret.yaml
@@ -2,9 +2,9 @@
apiVersion: v1
kind: Secret
metadata:
-{{- if .Values.config.annotations }}
+{{- with .Values.config.annotations }}
annotations:
-{{ toYaml .Values.config.annotations | indent 4 }}
+{{ tpl ( toYaml . ) $ | indent 4 }}
{{- end }}
labels:
app: {{ template "oauth2-proxy.name" . }}