mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 10:51:31 +00:00
12 lines
319 B
YAML
12 lines
319 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: label_namespace
|
|
annotations:
|
|
config.kubernetes.io/function: |-
|
|
container:
|
|
image: gcr.io/kpt-functions/label-namespace@sha256:4f030738d6d25a207641ca517916431517578bd0eb8d98a8bde04e3bb9315dcd
|
|
data:
|
|
label_name: my-ns-name
|
|
label_value: function-test
|