Skip to content

Commit 477c083

Browse files
fix: ingress host and secret to be more generic (#25)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 05a264c commit 477c083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/move2kube/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: latest
22
storageclass: default
33
storagesize: 1Gi
4-
ingresshost: irlhc.us-south.containers.appdomain.cloud
5-
#ingresstls: irlhc-tls
4+
ingresshost: my.domain.com
5+
#ingresstls: my-tls-secret

0 commit comments

Comments
 (0)