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:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- rbac.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
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
- ../base/metrics-server
|
||||||
|
- ../base/kube-prometheus-stack
|
||||||
patches:
|
patches:
|
||||||
- patch: |
|
- patch: |
|
||||||
- op: replace
|
- op: replace
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources: []
|
resources:
|
||||||
# - ../base/
|
- ../base/
|
||||||
|
- ../base/metrics-server
|
||||||
|
|
||||||
# patches:
|
# patches:
|
||||||
# - patch: |
|
# - patch: |
|
||||||
# - op: replace
|
# - op: replace
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user