Skip to content

Commit 5ec42ac

Browse files
committed
Allow overriding gitops source on spokes
This is needed on spokes when installing in a disconnected environment
1 parent 6617090 commit 5ec42ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acm/templates/policies/ocp-gitops-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
3939
installPlanApproval: Automatic
4040
name: openshift-gitops-operator
41-
source: redhat-operators
41+
source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
4242
sourceNamespace: openshift-marketplace
4343
config:
4444
env:

0 commit comments

Comments
 (0)