UpstreamAuthority cert-manager support (#82)

This commit is contained in:
kfox1111
2023-03-03 20:48:35 +01:00
committed by GitHub
parent a82ee694bf
commit d341c5ad58
8 changed files with 95 additions and 0 deletions
@@ -104,6 +104,16 @@ upstreamAuthority:
certificate: ""
key: ""
bundle: ""
certManager:
enabled: false
rbac:
create: true
issuer_name: "spire-ca"
issuer_kind: "Issuer"
issuer_group: "cert-manager.io"
# -- Specify to use a namespace other then the one the chart is installed into
namespace: ""
kube_config_file: ""
controllerManager:
enabled: false