master
parent
dbbf8abc1a
commit
52c78262ea
@ -0,0 +1,11 @@ |
||||
apiVersion: kustomize.config.k8s.io/v1beta1 |
||||
kind: Kustomization |
||||
|
||||
helmChartInflationGenerator: |
||||
- chartName: prometheus-msteams |
||||
chartRepoUrl: https://prometheus-msteams.github.io/prometheus-msteams/ |
||||
values: values.yaml |
||||
releaseName: prometheus-msteams |
||||
# releaseNamespace: solar-system |
||||
|
||||
# resources: |
@ -0,0 +1,4 @@ |
||||
apiVersion: v1 |
||||
kind: Namespace |
||||
metadata: |
||||
name: monitoring |
@ -0,0 +1,13 @@ |
||||
apiVersion: kustomize.config.k8s.io/v1beta1 |
||||
kind: Kustomization |
||||
|
||||
bases: |
||||
- ../../base |
||||
|
||||
# patchesJson6902: |
||||
# - path: certificate-patch.yml |
||||
# target: |
||||
# group: cert-manager.io |
||||
# kind: Certificate |
||||
# name: keycloak-cert |
||||
# version: v1alpha2 |
Loading…
Reference in new issue