Files
kustomize/demos/data/helloWorld/kustomization.yaml
2018-04-30 16:24:46 -07:00

10 lines
170 B
YAML

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