Skip to content
Snippets Groups Projects
Commit bd51bbcf authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

update Ingress api version in redirections.yaml

parent 9e1a1ab5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{{- $target := .Values.ingress.host.name -}} {{- $target := .Values.ingress.host.name -}}
{{- range .Values.ingress.redirections.hosts }} {{- range .Values.ingress.redirections.hosts }}
kind: Ingress kind: Ingress
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1
metadata: metadata:
name: {{ printf "redirect-from-%s" . | replace "." "-" | trunc 63 | trimSuffix "-" | quote }} name: {{ printf "redirect-from-%s" . | replace "." "-" | trunc 63 | trimSuffix "-" | quote }}
annotations: annotations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment