Add certificate (#107)
This commit is contained in:
parent
04bf19d8a8
commit
aff8a78040
3 changed files with 33 additions and 0 deletions
|
|
@ -65,8 +65,16 @@ ingress:
|
|||
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||
path: /
|
||||
additionalHosts: []
|
||||
|
||||
certificate:
|
||||
enabled: false
|
||||
issuer:
|
||||
kind: # ClusterIssuer
|
||||
name: # letsencrypt
|
||||
|
||||
clusterAdminAccess:
|
||||
enabled: true
|
||||
|
||||
config:
|
||||
createSecret: true
|
||||
helmRepositories:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue