Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Dec 2, 2024
1 parent 380ae85 commit 8dd71ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ spec:
value: {{ .Values.fleetshardSync.printCentralUpdateDiff | quote }}
- name: ARGOCD_NAMESPACE
value: {{ .Values.fleetshardSync.argoCdNamespace | quote }}
{{- if (.Values.fleetshardSync.gitops).tenantDefaultAppSourceRepoUrl }}
{{- if .Values.fleetshardSync.gitops.tenantDefaultAppSourceRepoUrl }}
- name: TENANT_DEFAULT_ARGOCD_APP_SOURCE_REPO_URL
value: {{ .Values.fleetshardSync.gitops.tenantDefaultAppSourceRepoUrl | quote }}
{{- end }}
{{- if (.Values.fleetshardSync.gitops).tenantDefaultAppSourceTargetRevision }}
{{- if .Values.fleetshardSync.gitops.tenantDefaultAppSourceTargetRevision }}
- name: TENANT_DEFAULT_ARGOCD_APP_SOURCE_TARGET_REVISION
value: {{ .Values.fleetshardSync.gitops.tenantDefaultAppSourceTargetRevision | quote }}
{{- end }}
{{- if (.Values.fleetshardSync.gitops).tenantDefaultAppSourcePath }}
{{- if .Values.fleetshardSync.gitops.tenantDefaultAppSourcePath }}
- name: TENANT_DEFAULT_ARGOCD_APP_SOURCE_PATH
value: {{ .Values.fleetshardSync.gitops.tenantDefaultAppSourcePath | quote }}
{{- end }}
Expand Down

0 comments on commit 8dd71ba

Please sign in to comment.