Skip to content

Commit

Permalink
ROX-26523: Install ArgoCD on local dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Oct 16, 2024
1 parent 84073f7 commit 4acbee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/env/manifests/openshift-gitops/00-namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-gitops-operator
name: openshift-gitops-operator
2 changes: 1 addition & 1 deletion dev/env/manifests/openshift-gitops/01-operator-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
upgradeStrategy: Default
upgradeStrategy: Default
2 changes: 1 addition & 1 deletion dev/env/manifests/openshift-gitops/02-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
sourceNamespace: openshift-marketplace

0 comments on commit 4acbee7

Please sign in to comment.