Files
kustomize/examples/helloWorld/kustomization.yaml
2018-12-18 11:21:42 -08:00

12 lines
205 B
YAML

# Example configuration for the webserver
# at https://github.com/monopole/hello
apiVersion: v1
kind: Kustomization
commonLabels:
app: hello
resources:
- deployment.yaml
- service.yaml
- configMap.yaml