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 70dbe66 commit 1b992f7Copy full SHA for 1b992f7
clusters/argo-svc.dd.soeren.cloud/apps/gotify/kustomization.yaml
@@ -3,11 +3,11 @@ apiVersion: "kustomize.config.k8s.io/v1beta1"
3
kind: "Kustomization"
4
namespace: "gotify"
5
resources:
6
- - namespace.yaml
7
- - ../../../../apps/gotify
+ - "namespace.yaml"
+ - "../../../../apps/gotify"
8
components:
9
- - ../../../../apps/gotify/components/istio
10
- - ../../../../apps/gotify/components/networkpolicy-hermes
+ - "../../../../apps/gotify/components/istio"
+ - "../../../../apps/gotify/components/networkpolicy-hermes"
11
patches:
12
- target:
13
kind: "VirtualService"
0 commit comments