mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
17 lines
200 B
YAML
17 lines
200 B
YAML
resources:
|
|
- resources.yaml
|
|
|
|
namePrefix: test-
|
|
|
|
commonLabels:
|
|
foo: bar
|
|
|
|
vars:
|
|
- name: BEE_ACTION
|
|
objref:
|
|
kind: Bee
|
|
name: bee
|
|
apiVersion: v1beta1
|
|
fieldref:
|
|
fieldpath: spec.action
|