Files
ingress/kustomization.yaml
2025-01-18 19:22:39 +01:00

12 lines
212 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- ingress-controller.yaml
- service.yaml
generatorOptions:
annotations:
argocd.argoproj.io/sync-wave: "0"