Skip to content

Commit 31d07f2

Browse files
committed
updates kustomization files in hack/observabilty folder
1 parent 2f26889 commit 31d07f2

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
13
resources:
2-
- ../../config/default
3-
- prometheus
4+
- ../../config/default
5+
- prometheus
46

5-
patchesStrategicMerge:
6-
- opentelemetry/controller-manager-patch.yaml
7+
patches:
8+
- path: opentelemetry/controller-manager-patch.yaml
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
13
namespace: capz-system
2-
34
resources:
4-
- resources
5+
- resources
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
13
resources:
2-
- bundle.yaml
3-
- prometheus.yaml
4-
- capz_metrics_service.yaml
4+
- bundle.yaml
5+
- prometheus.yaml
6+
- capz_metrics_service.yaml

0 commit comments

Comments
 (0)