Newer
Older
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: monitoring
namespace: flux-system
spec:
dependsOn:
- name: core
- name: infrastructure
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/apps/monitoring
prune: true
validation: client
# healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v1beta1
# kind: HelmRelease
# name: podinfo
# namespace: podinfo
postBuild:
substituteFrom:
- kind: Secret
name: oas-kube-prometheus-stack-variables
- kind: Secret
name: oas-oauth-variables
- kind: Secret
name: oas-cluster-variables