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 2a5a542 commit 9af62e2Copy full SHA for 9af62e2
clusters/argo-svc.dd.soeren.cloud/apps/grafana/kustomization.yaml
@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
kind: Kustomization
4
namespace: grafana
5
resources:
6
- - ../../../apps/grafana
+ - ../../../../apps/grafana
7
- namespace.yaml
8
- external-secret-grafana.yaml
9
components:
10
- - ../../../apps/grafana/components/istio
11
- - ../../../apps/grafana/components/oidc
+ - .../../../../apps/grafana/components/istio
+ - ../../../../apps/grafana/components/oidc
12
patches:
13
- target:
14
kind: VirtualService
0 commit comments