mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Secret",
|
|
"metadata": {
|
|
"name": "wordpress-wordpress",
|
|
"labels": {
|
|
"app": "wordpress-wordpress",
|
|
"chart": "wordpress-5.0.1",
|
|
"release": "wordpress",
|
|
"heritage": "Tiller"
|
|
}
|
|
},
|
|
"type": "Opaque",
|
|
"data": {
|
|
"wordpress-password": "Skt2T0tjMk5PdQ==",
|
|
"smtp-password": ""
|
|
}
|
|
} |