Skip to content

Commit 47457b9

Browse files
committed
Update apiVersion for Ingress resource in helmfile.yaml for hello-world application
1 parent a9fca14 commit 47457b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hello-world/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ releases:
1515
version: 2.0.0
1616
values:
1717
- resources:
18-
- apiVersion: v1
18+
- apiVersion: networking.k8s.io/v1
1919
kind: Ingress
2020
metadata:
2121
name: hello-world

0 commit comments

Comments
 (0)