mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
examples/ is pretty standard whereas demos/ isn't. So I just refactored that. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
10 lines
167 B
YAML
10 lines
167 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: mysql-pass-d2gtcm2t2k
|
|
type: Opaque
|
|
data:
|
|
# Default password is "admin".
|
|
password: YWRtaW4=
|