Skip to content

Commit 43cef1b

Browse files
committed
Fix kustomization patches
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
1 parent a438183 commit 43cef1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/nginx/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ resources:
1010
- ./hpa.yaml
1111

1212
patches:
13-
- ./config.patch.yaml
14-
- ./deployment.patch.yaml
15-
- ./service.patch.yaml
13+
- path: ./config.patch.yaml
14+
- path: ./deployment.patch.yaml
15+
- path: ./service.patch.yaml

0 commit comments

Comments
 (0)