basic-values.yaml 350 B

123456789101112131415
  1. mumbleConfig:
  2. serverPassword: supersecret
  3. superUserPassword: superuser
  4. iceSecretRead: letmelook
  5. iceSecretWrite: letmechangestuff
  6. welcomeText: Welcome to Mumble Test!
  7. mumbleStorage:
  8. data:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/data
  11. # Enable probes on CI runs only,
  12. # so we can check if the container is ready
  13. ci: true