k8s_notes-wiki/notes-wiki_secret.yml.tmpl

17 lines
308 B
Cheetah

---
#############################################
# - creds for notes-wiki
# - generate value using;
# echo -n '<text>' | base64
#############################################
apiVersion: v1
kind: Secret
metadata:
name: notes-wiki-pass
data:
# plaintext pw = "xxxxxxx"
WIKI_PASSWD: xxxxxxx
# EOF