File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
charts/gitops-runtime/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ NO_PROXY: {{ .Values.global.noProxy | squote }}
5
5
6
6
{{- if and (eq (index .Values "global" "integrations" "argo-cd" "server" "auth" "type") "token") }}
7
7
{{- if not (index .Values "global" "integrations" "argo-cd" "server" "auth" "token") }}
8
- ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
- ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
8
+ ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
+ ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
10
10
{{- else }}
11
11
ARGO_CD_TOKEN_SECRET_NAME : " gitops-runtime-argo-cd-token"
12
12
ARGO_CD_TOKEN_SECRET_KEY : " token"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ NO_PROXY: {{ .Values.global.noProxy | squote }}
5
5
6
6
{{- if and (eq (index .Values "global" "integrations" "argo-cd" "server" "auth" "type") "token") }}
7
7
{{- if not (index .Values "global" "integrations" "argo-cd" "server" "auth" "token") }}
8
- ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
- ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
8
+ ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
+ ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
10
10
{{- else }}
11
11
ARGO_CD_TOKEN_SECRET_NAME : " gitops-runtime-argo-cd-token"
12
12
ARGO_CD_TOKEN_SECRET_KEY : " token"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ NO_PROXY: {{ .Values.global.noProxy | squote }}
5
5
6
6
{{- if and (eq (index .Values "global" "integrations" "argo-cd" "server" "auth" "type") "token") }}
7
7
{{- if not (index .Values "global" "integrations" "argo-cd" "server" "auth" "token") }}
8
- ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
- ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
8
+ ARGO_CD_TOKEN_SECRET_NAME : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.name is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "name") }}
9
+ ARGO_CD_TOKEN_SECRET_KEY : {{ required ".Values.global.integrations.argo-cd.server.auth.type is set to 'token' therefore .Values. global.integrations.argo-cd.server.auth.tokenSecretKeyRef.key is required" (index .Values "global" "integrations" "argo-cd" "server" "auth" "tokenSecretKeyRef" "key" ) }}
10
10
{{- else }}
11
11
ARGO_CD_TOKEN_SECRET_NAME : " gitops-runtime-argo-cd-token"
12
12
ARGO_CD_TOKEN_SECRET_KEY : " token"
You can’t perform that action at this time.
0 commit comments