fixin
This commit is contained in:
parent
3fdf119e94
commit
dc4001f711
@ -0,0 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
# Namespace is specified in each file in this case due to an issue with the RoleBinding
|
||||
# namespace: monitoring
|
||||
resources:
|
||||
- grafana-auth-secret.yaml
|
||||
- kube-prometheus-stack.yaml
|
||||
- cm/
|
||||
configurations:
|
||||
- kustomizeconfig.yaml
|
||||
@ -5,9 +5,3 @@ kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- rbac.yaml
|
||||
- grafana-auth-secret.yaml
|
||||
- kube-prometheus-stack.yaml
|
||||
- metrics-server.yaml
|
||||
- cm/
|
||||
configurations:
|
||||
- kustomizeconfig.yaml
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
# Namespace is specified in each file in this case due to an issue with the RoleBinding
|
||||
# namespace: monitoring
|
||||
resources:
|
||||
- metrics-server.yaml
|
||||
@ -2,6 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- ../base/metrics-server
|
||||
- ../base/kube-prometheus-stack
|
||||
patches:
|
||||
- patch: |
|
||||
- op: replace
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
||||
# - ../base/
|
||||
resources:
|
||||
- ../base/
|
||||
- ../base/metrics-server
|
||||
|
||||
# patches:
|
||||
# - patch: |
|
||||
# - op: replace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user