You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a set of flags for the properties that we want to customize such that in the Kubernetes Deployment object we're able to customize it if necessary, e.g.
kind: Deployment
...
args:
--tls-min-version=...
Acceptance criteria
package-for-cartographer needs to configure these for tap
also should be tested in p4c
The text was updated successfully, but these errors were encountered:
cirocosta
changed the title
make tls configurable via flags
make tls configuration configurable via flags
Sep 19, 2022
Is this something that needs to be configurable, or configured once? The only client for the webhook is the k8s api server, so as long as that client is compatible, we should be ok to configure it once for all installs.
Description of problem
We've seen cases where folks need to have a couple properties
Proposed solution
have a set of flags for the properties that we want to customize such that in the Kubernetes
Deployment
object we're able to customize it if necessary, e.g.Acceptance criteria
The text was updated successfully, but these errors were encountered: