fix: networking networking.k8s.io/v1

This commit is contained in:
Julien Cabillot 2022-02-25 17:28:28 -05:00
parent f08d0b899b
commit 7d444f276f
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.8
version: 0.0.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -29,6 +29,7 @@ spec:
paths:
{{- range .paths }}
- path: {{ .path }}
pathType: Prefix
backend:
service:
name: {{ $fullName }}