Skip to content

Commit df03138

Browse files
fix syntax
1 parent 96e7d9c commit df03138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clusters/argo-svc.dd.soeren.cloud/apps/whoogle/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ apiVersion: "kustomize.config.k8s.io/v1beta1"
33
kind: "Kustomization"
44
namespace: "whoogle"
55
resources:
6-
- namespace.yaml"
7-
- ../../../../apps/whoogle"
6+
- "namespace.yaml"
7+
- "../../../../apps/whoogle"
88
components:
9-
- ../../../../apps/whoogle/components/istio"
9+
- "../../../../apps/whoogle/components/istio"
1010
patches:
1111
- target:
1212
kind: "VirtualService"

0 commit comments

Comments
 (0)