mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-05-09 09:16:33 +00:00
10 lines
138 B
YAML
10 lines
138 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: mysql-pass
|
|
labels:
|
|
app: wordpress
|
|
type: Opaque
|
|
data:
|
|
password: WU9VUl9QQVNTV09SRA==
|