Closed FichteFoll closed 3 months ago
This is not supposed to be marked as a comment.
spec: rules: - http: paths: - path: /{{.Values.ingress.path}}/* pathType: ImplementationSpecific backend: service: name: {{ .Chart.Name }}-service port: number: 80
Highlighting returns to normal if a space is added before /*, but that would obviously be undersirable.
/*
What happened?
This is not supposed to be marked as a comment.
Highlighting returns to normal if a space is added before
/*
, but that would obviously be undersirable.