mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
15 lines
263 B
YAML
15 lines
263 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: arbitrary
|
|
|
|
# Example configuration for the webserver
|
|
# at https://github.com/monopole/hello
|
|
commonLabels:
|
|
app: hello
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- configMap.yaml
|