Skip to content

Commit

Permalink
Merge pull request OCP-on-NERC#14 from larsks/feature/cleanup
Browse files Browse the repository at this point in the history
Apply some minor cleanups
  • Loading branch information
larsks authored Jun 22, 2022
2 parents 8c957e2 + c4085e1 commit f7e42c3
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/overlays/*-local/
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: open-cluster-management
resources:
- subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: acm
namespace: open-cluster-management
spec:
channel: release-2.5
installPlanApproval: Automatic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openshift-operators
resources:
- subscription.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
labels:
operators.coreos.com/ocs-operator.cert-manager: ""
name: cert-manager
namespace: openshift-operators
spec:
channel: stable
installPlanApproval: Automatic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openshift-operators
resources:
- subscription.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ""
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: stable
installPlanApproval: Automatic
Expand Down
1 change: 1 addition & 0 deletions cluster-scope/overlays/common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ kind: Kustomization
resources:
- machineconfigs/99-master-ssh.yaml
- machineconfigs/99-worker-ssh.yaml
- ../../base/operators.coreos.com/subscriptions/cert-manager
- ../../base/operators.coreos.com/subscriptions/external-secrets-operator
3 changes: 2 additions & 1 deletion cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
nerc.mghpcc.org/kustomized: "true"
resources:
- ../common
- ../../bundles/openshift-gitops
- ../../bundles/acm
- ../../base/operators.coreos.com/subscriptions/cert-manager
- clusterversion.yaml

0 comments on commit f7e42c3

Please sign in to comment.