k8s_pihole-1/pihole-1_secret.yml.tmpl

17 lines
304 B
Cheetah

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