k8s_nagios/nagios_secret.yml.tmpl

17 lines
302 B
Cheetah

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