Skip to content

Instantly share code, notes, and snippets.

@nakamasato
Created July 4, 2021 04:41
Show Gist options
  • Save nakamasato/8d57fd7e1d0db54aad8f69e0e58b5523 to your computer and use it in GitHub Desktop.
Save nakamasato/8d57fd7e1d0db54aad8f69e0e58b5523 to your computer and use it in GitHub Desktop.
kustomize example base kustomization.yaml
commonLabels:
app: kustomize-example
resources:
- deployment.yaml
- configmap.yaml
- service.yaml
- secret.yaml
configMapGenerator:
- name: kustomize-example-nginx
files:
- nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment