We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e7d9c commit df03138Copy full SHA for df03138
clusters/argo-svc.dd.soeren.cloud/apps/whoogle/kustomization.yaml
@@ -3,10 +3,10 @@ apiVersion: "kustomize.config.k8s.io/v1beta1"
3
kind: "Kustomization"
4
namespace: "whoogle"
5
resources:
6
- - namespace.yaml"
7
- - ../../../../apps/whoogle"
+ - "namespace.yaml"
+ - "../../../../apps/whoogle"
8
components:
9
- - ../../../../apps/whoogle/components/istio"
+ - "../../../../apps/whoogle/components/istio"
10
patches:
11
- target:
12
kind: "VirtualService"
0 commit comments