mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-24 07:47:02 +00:00
34 lines
648 B
YAML
34 lines
648 B
YAML
apiVersion: v1
|
|
data:
|
|
altGreeting: Good Morning from default namespace!
|
|
enableRisky: "false"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: the-map-4959m5tm6c
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
altGreeting: Good Morning from non-default namespace!
|
|
enableRisky: "false"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: the-non-default-namespace-map-b6h49k7mt8
|
|
namespace: non-default
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
password.txt: dmVyeSRlY3JldA==
|
|
kind: Secret
|
|
metadata:
|
|
name: the-secret-cfbmct72tb
|
|
type: Opaque
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
password.txt: dmVyeSRlY3JldA==
|
|
kind: Secret
|
|
metadata:
|
|
name: the-non-default-namespace-secret-255294gd9d
|
|
namespace: non-default
|
|
type: Opaque
|