Files
argocd-apps/apps/base/artifactapi/kustomization.yaml
T
unkinben dc07ad4bc3
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fix: remove configmap hash
prevent the automatic hashing of configmaps
2026-03-06 22:05:27 +11:00

24 lines
459 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- artifactapi-deployment.yaml
- artifactapi-hpa.yaml
- configmap.yaml
- ingress.yaml
- namespace.yaml
- postgres-deployment.yaml
- pvc.yaml
- redis-deployment.yaml
- services.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
configMapGenerator:
- name: remotes-config
files:
- resources/remotes.yaml
options:
disableNameSuffixHash: true