Skip to content

Commit 9af62e2

Browse files
fix path
1 parent 2a5a542 commit 9af62e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: grafana
55
resources:
6-
- ../../../apps/grafana
6+
- ../../../../apps/grafana
77
- namespace.yaml
88
- external-secret-grafana.yaml
99
components:
10-
- ../../../apps/grafana/components/istio
11-
- ../../../apps/grafana/components/oidc
10+
- .../../../../apps/grafana/components/istio
11+
- ../../../../apps/grafana/components/oidc
1212
patches:
1313
- target:
1414
kind: VirtualService

0 commit comments

Comments
 (0)