Skip to content

Commit

Permalink
ROX-26523: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Oct 22, 2024
1 parent fe9db9a commit 3a9ab6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
- name: RHACS_PRINT_CENTRAL_UPDATE_DIFF
value: {{ .Values.fleetshardSync.printCentralUpdateDiff | quote }}
- name: ARGOCD_NAMESPACE
value: {{ .Values.fleetshardSync.openshiftGitopsNamespace | quote }}
value: {{ .Values.fleetshardSync.argoCdNamespace | quote }}
volumeMounts:
- mountPath: /var/run/secrets/tokens
name: tokens
Expand Down
2 changes: 1 addition & 1 deletion dp-terraform/helm/rhacs-terraform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fleetshardSync:
name: ""
key: .dockerconfigjson
printCentralUpdateDiff: false
openshiftGitopsNamespace: openshift-gitops
argoCdNamespace: openshift-gitops

# Email sender service parameters
# - enabled flag is used to completely enable/disable email sender service
Expand Down

0 comments on commit 3a9ab6c

Please sign in to comment.