Skip to content
Snippets Groups Projects
Commit 752c060b authored by OZGCloud's avatar OZGCloud
Browse files

ozg-5634 disable ingress

parent ca272036
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{- if not (.Values.ingress).disabled }}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
......@@ -63,3 +64,4 @@ spec:
secretName: {{ .Values.ozgcloud.bezeichner }}-{{ .Release.Name }}-tls
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -70,3 +70,11 @@ tests:
- equal:
path: metadata.annotations.hello
value: world
- it: should disable ingress
set:
ingress:
disabled: true
asserts:
- hasDocuments:
count: 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment