Skip to content

Commit

Permalink
Rename observability bundle
Browse files Browse the repository at this point in the history
Avoid having nested bundles; rename bundles/acm/observability to
bundles/acm-observability.

Part-of: nerc-project/operations#285
  • Loading branch information
larsks committed Nov 27, 2023
1 parent 9ce01ed commit 8cc5bcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
11 changes: 11 additions & 0 deletions cluster-scope/bundles/acm-observability/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/core/namespaces/open-cluster-management-observability
- ../../base/objectbucket.io/objectbucketclaims/observability
- ../../base/external-secrets.io/externalsecrets/open-cluster-management-observability-thanos-object-storage
- ../../base/external-secrets.io/externalsecrets/open-cluster-management-observability-multiclusterhub-operator-pull-secret
- ../../base/external-secrets.io/externalsecrets/open-cluster-management-observability-alertmanager-config
- ../../base/core/configmaps/thanos-ruler-custom-rules/
- ../../base/core/configmaps/observability-metrics-custom-allowlist/
- ../../base/observability.open-cluster-management.io/multiclusterobservabilities/observability
11 changes: 0 additions & 11 deletions cluster-scope/bundles/acm/observability/kustomization.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
- ../common
- ../../bundles/openshift-gitops
- ../../bundles/acm
- ../../bundles/acm/observability
- ../../bundles/acm-observability
- ../../bundles/hostpath-provisioner
- ../../bundles/vault
- ../../bundles/patch-operator
Expand Down

0 comments on commit 8cc5bcd

Please sign in to comment.