kustomization.yaml (578B)
1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 resources: 4 - gotk-components.yaml 5 - gotk-sync.yaml 6 - webhook-ingress.yaml 7 #- update-receiver.yaml 8 patches: 9 - patch: | 10 # Enable drift detection feature 11 - op: add 12 path: /spec/template/spec/containers/0/args/- 13 value: --feature-gates=DetectDrift=true 14 # Enable debug logging for diff output (optional) 15 #- op: replace 16 # path: /spec/template/spec/containers/0/args/2 17 # value: --log-level=debug 18 target: 19 kind: Deployment 20 name: helm-controller