e2ada738f8
prevent the automatic hashing of configmaps Reviewed-on: #20
24 lines
459 B
YAML
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
|