Skip to content

Commit

Permalink
update helm value lables (#209)
Browse files Browse the repository at this point in the history
* update helm value lables

* update helm value lables

Signed-off-by: CHUAN HUANG <[email protected]>

Signed-off-by: CHUAN HUANG <[email protected]>
  • Loading branch information
huang-cn committed Sep 9, 2022
1 parent af1e3b8 commit 855d0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/cp-shared/operators/templates/060-catalogsource.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
name: {{.Values.spec.catalogName}}
namespace: {{.Values.spec.catalogNamespace}}
annotations:
argocd.argoproj.io/sync-wave: "60"
spec:
Expand Down
6 changes: 2 additions & 4 deletions config/cp-shared/operators/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
metadata:
argocd_namespace: openshift-gitops
serviceaccount:
argocd_application_controller: openshift-gitops-argocd-application-controller
spec:
imageCatalog: icr.io/cpopen/ibm-operator-catalog:latest
catalogNamespace: openshift-marketplace
catalogName: ibm-operator-catalog

0 comments on commit 855d0a1

Please sign in to comment.