Skip to content

Commit e05e778

Browse files
committed
reverted white space changes
1 parent cbd9ed5 commit e05e778

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

charts/gitops-runtime/templates/app-proxy/_app-proxy-env.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ USER_TOKEN:
1919
{{- if or .Values.global.runtime.gitCredentials.password.value .Values.global.runtime.gitCredentials.password.secretKeyRef }}
2020
GIT_USERNAME: {{ .Values.global.runtime.gitCredentials.username }}
2121
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 }}
2323
{{- 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 */}}
2525
{{- if .Values.global.runtime.codefreshHosted }}
2626
INSTALLATION_TYPE: HELM_HOSTED
2727
CODEFRESH_ADMIN_TOKEN:
@@ -32,14 +32,14 @@ TARGET_RUNTIME_ACCOUNT_ID: {{ .Values.global.codefresh.accountId }}
3232
{{- fail "global.codefresh.accountId must be provided for hosted runtimes"}}
3333
{{- end }}
3434
{{- 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" }}
4141
ROLLOUTS_HELM_REPOSITORY: {{ $d.Repository | quote }}
4242
ROLLOUTS_HELM_VERSION: {{ $d.Version | quote }}
43-
{{- end }}
44-
{{- end }}
43+
{{- end }}
44+
{{- end }}
4545
{{- end }}

charts/gitops-runtime/values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,11 @@ global:
129129
# e.g.
130130
# rootpath: '/argocd'
131131
rootpath: ''
132-
133132
redis:
134133
# -- Service name of the ArgoCD Redis
135134
svc: argocd-redis
136135
# -- Port of the ArgoCD Redis
137136
port: 6379
138-
139137
repoServer:
140138
# -- Service name of the ArgoCD repo server
141139
svc: argocd-repo-server
@@ -163,10 +161,10 @@ global:
163161
token: ""
164162
# -- ArgoCD token referenced by an existing secret
165163
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
170168

171169
# -- Configuration for external Argo Rollouts
172170
external-argo-rollouts:
@@ -330,7 +328,6 @@ codefreshWorkflowLogStoreCM:
330328
enabled: true
331329
endpoint: gitops-workflow-logs.codefresh.io
332330
insecure: false
333-
334331
#-----------------------------------------------------------------------------------------------------------------------
335332
# Argo rollouts
336333
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)