allow passing certificates as values instead of files in the Helm chart #2364
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Milestone
Problem
For some manifests, certificates are read in from the
certs
directory. This makes it very inconvenient for a user to supply their own certificates. Here's an example from theallocator-tls
secret:Solution
This problem could be solved by exposing values for providing certificate data. Using the example above:
The user could supply the certificate and key with:
The text was updated successfully, but these errors were encountered: