Skip to content

Commit b2683c8

Browse files
fix paths
1 parent 1dd44a9 commit b2683c8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: aether
55
resources:
6-
- ../../common/aether
6+
- ../../../common/aether
77
- namespace.yaml
88
- external-secret-aether.yaml
99
- external-secret-aether-taskwarrior.yaml

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- ../../../../apps/dyndns/client
5+
- ../../../../../apps/dyndns/client
66
- external-secret-dyndns-client-aws-credentials.yaml
77
- external-secret-dyndns-client-aws-endpoints.yaml
88
- external-secret-dyndns-client-keypair.yaml
99
components:
10-
- ../../../../apps/dyndns/client/components/aws-credentials
11-
- ../../../../apps/dyndns/client/components/aws-endpoints
12-
- ../../../../apps/dyndns/client/components/keypair
10+
- ../../../../../apps/dyndns/client/components/aws-credentials
11+
- ../../../../../apps/dyndns/client/components/aws-endpoints
12+
- ../../../../../apps/dyndns/client/components/keypair
1313
patches:
1414
- target:
1515
kind: Deployment

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- ../../../common/dyndns/server
5+
- ../../../../common/dyndns/server
66
- external-secret-dyndns-client-aws-endpoints.yaml
77
- external-secret-dyndns-server-aws-credentials.yaml
88
components:
9-
- ../../../../apps/dyndns/server/components/aws-sqs
10-
- ../../../../apps/dyndns/server/components/aws-credentials
9+
- ../../../../../apps/dyndns/server/components/aws-sqs
10+
- ../../../../../apps/dyndns/server/components/aws-credentials
1111
patches:
1212
- target:
1313
kind: Deployment

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: homer
55
resources:
6-
- ../../../apps/homer
6+
- ../../../../apps/homer
77
- namespace.yaml
88
components:
9-
- ../../../apps/homer/components/istio
9+
- ../../../../apps/homer/components/istio
1010
configMapGenerator:
1111
- name: homer-config
1212
files:

0 commit comments

Comments
 (0)