We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2872 commit c7be9bfCopy full SHA for c7be9bf
kubernetes/.charts/simple-app/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: simple-app
3
-version: 3.0.1
+version: 3.1.0
4
description: Provides a deployment, service and ingress to expose one container at a given domain
kubernetes/.charts/simple-app/templates/ingress.yaml
@@ -1,4 +1,5 @@
{{- $dot := . }}
+{{- if .Values.hosts -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
5
metadata:
@@ -32,3 +33,4 @@ spec:
32
33
port:
34
number: 80
35
{{- end }}
36
+{{- end -}}
0 commit comments