Files
kustomize/examples/alphaTestExamples/helloworld/kustomization.yaml
Phani Teja Marupaka c340c30f25 Alpha commands e2e tests
2020-01-15 14:17:37 -08:00

11 lines
186 B
YAML

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