Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: observability namespace for crds
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Aug 25, 2023
1 parent cbee64b commit afcaa90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion crds/base/prometheus-operator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: crds-prometheus-operator
namespace: observability
spec:
releaseName: crds-prometheus-operator
chart:
Expand Down
1 change: 1 addition & 0 deletions crds/base/prometheus-operator/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: observability

resources:
- helmrelease.yaml
Expand Down

0 comments on commit afcaa90

Please sign in to comment.