typokign / matrix-chart

Helm chart for deploying a Matrix homeserver stack
MIT License
89 stars 48 forks source link

Add security related configuration items related to #21 #22

Closed Routhinator closed 4 years ago

Routhinator commented 4 years ago

This adds the items mentioned in #21 - documentation is added to values.yaml

This is my first go at Helm so hopefully I've got the style down.

Routhinator commented 4 years ago

Hmm.. I mucked up something @dacruz21 - My optional values are not so.. optional. Should have tested without them...

Routhinator commented 4 years ago

I think I realized what happened. The security item indentation was off in my push. So security: doesn't exist in the defaults and it's blowing up the check. PR fix incoming.