trmm-awesome/kubernetes/secrets.yaml

18 lines
535 B
YAML
Raw Permalink Normal View History

2022-01-03 08:37:09 +01:00
# CAUTION: THIS FILE IS FOR DEMONSTRATION PURPOSES ONLY
# DO NOT UPLOAD SECRETS TO YOUR GIT REPOSITORY !!!!
# Secrets must be encoded using base64 (ensure there is no newline at the end of the file):
# echo -n 'mysupersecretpassword' | base64 -w0
apiVersion: v1
kind: Secret
metadata:
name: tactical-secrets
namespace: tacticalrmm
data:
# Default password: changeme
trmm-password: Y2hhbmdlbWU=
mesh-password: Y2hhbmdlbWU=
2022-01-10 22:16:09 +01:00
mesh-smtp-password: Y2hhbmdlbWU=
2022-01-03 08:37:09 +01:00
mongodb-password: Y2hhbmdlbWU=
postgres-password: Y2hhbmdlbWU=