File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Using [goci-service-chart](https://github.com/goci-io/goci-service-chart) with t
70704 . Configure the following ` values.yaml ` :
7171``` yaml
7272port : 8443
73+ fullnameOverride : k8s-deploy-webhook
7374
7475configMap :
7576 data :
9091
9192image :
9293 name : gocidocker/k8s-deploy-webhook
93- tag : v0.1.0
94+ tag : <LATEST_VERSION>
95+
96+ ingress :
97+ create : true
98+ tls : true
99+ hosts :
100+ - host : <YOUR_DOMAIN>
101+ paths :
102+ - /
94103
95- # Mount TLS Secrets
96104extraVolumeMounts :
97105- name : tls
98106 mountPath : " /run/secrets/tls"
@@ -101,7 +109,7 @@ extraVolumes:
101109- name : tls
102110 secret :
103111 defaultMode : 0400
104- secretName : k8s-deployment -webhook-tls
112+ secretName : k8s-deploy -webhook-tls
105113` ` `
106114
107115### Tests
You can’t perform that action at this time.
0 commit comments