File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ USER_TOKEN:
19
19
{{- if or .Values.global.runtime.gitCredentials.password.value .Values.global.runtime.gitCredentials.password.secretKeyRef }}
20
20
GIT_USERNAME : {{ .Values.global.runtime.gitCredentials.username }}
21
21
GIT_PASSWORD :
22
- {{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
22
+ {{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
23
23
{{- end }}
24
- {{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
24
+ {{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
25
25
{{- if .Values.global.runtime.codefreshHosted }}
26
26
INSTALLATION_TYPE : HELM_HOSTED
27
27
CODEFRESH_ADMIN_TOKEN :
@@ -32,14 +32,14 @@ TARGET_RUNTIME_ACCOUNT_ID: {{ .Values.global.codefresh.accountId }}
32
32
{{- fail "global.codefresh.accountId must be provided for hosted runtimes"}}
33
33
{{- end }}
34
34
{{- end }}
35
- {{/*
36
- This will promote argo-rollouts dependency version to app-proxy.
37
- This will be used when installing argo-rollouts using button.
38
- */}}
39
- {{- range $d := .Chart.Dependencies }}
40
- {{- if eq $d.Name "argo-rollouts" }}
35
+ {{/*
36
+ This will promote argo-rollouts dependency version to app-proxy.
37
+ This will be used when installing argo-rollouts using button.
38
+ */}}
39
+ {{- range $d := .Chart.Dependencies }}
40
+ {{- if eq $d.Name "argo-rollouts" }}
41
41
ROLLOUTS_HELM_REPOSITORY : {{ $d.Repository | quote }}
42
42
ROLLOUTS_HELM_VERSION : {{ $d.Version | quote }}
43
- {{- end }}
44
- {{- end }}
43
+ {{- end }}
44
+ {{- end }}
45
45
{{- end }}
Original file line number Diff line number Diff line change @@ -129,13 +129,11 @@ global:
129
129
# e.g.
130
130
# rootpath: '/argocd'
131
131
rootpath : ' '
132
-
133
132
redis :
134
133
# -- Service name of the ArgoCD Redis
135
134
svc : argocd-redis
136
135
# -- Port of the ArgoCD Redis
137
136
port : 6379
138
-
139
137
repoServer :
140
138
# -- Service name of the ArgoCD repo server
141
139
svc : argocd-repo-server
@@ -163,10 +161,10 @@ global:
163
161
token : " "
164
162
# -- ArgoCD token referenced by an existing secret
165
163
tokenSecretKeyRef : {}
166
- # e.g:
167
- # tokenSecretKeyRef:
168
- # name: argocd-token
169
- # key: token
164
+ # e.g:
165
+ # tokenSecretKeyRef:
166
+ # name: argocd-token
167
+ # key: token
170
168
171
169
# -- Configuration for external Argo Rollouts
172
170
external-argo-rollouts :
@@ -330,7 +328,6 @@ codefreshWorkflowLogStoreCM:
330
328
enabled : true
331
329
endpoint : gitops-workflow-logs.codefresh.io
332
330
insecure : false
333
-
334
331
# -----------------------------------------------------------------------------------------------------------------------
335
332
# Argo rollouts
336
333
# -----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments