kustomization.yaml 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./config.yaml - ./registry.yaml configMapGenerator: - name: registry-etc options: disableNameSuffixHash: true files: - ./etc/config.yml