Skip to content

Commit a4cd223

Browse files
committed
fix indeition
1 parent 8b3f186 commit a4cd223

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/blocky-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords:
1010
- splitdns
1111
maintainers:
1212
- name: dan1el-k
13-
version: 1.0.2
13+
version: 1.0.3
1414
appVersion: v1.0
1515

1616
#dependencies:

charts/blocky-helm/templates/ui-ingress.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
name: {{ $fullName }}
4848
port:
4949
number: {{ $svcPort }}
50-
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
51-
- hosts:
52-
- blocky.{{ .Values.k8sGateway.domain }}
53-
secretName: blocky-cert # < cert-manager will store the created certificate in this secret.
50+
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
51+
- hosts:
52+
- blocky.{{ .Values.k8sGateway.domain }}
53+
secretName: blocky-cert # < cert-manager will store the created certificate in this secret.
5454
{{- end }}

0 commit comments

Comments
 (0)