File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
clusters/argo-svc.dd.soeren.cloud/apps Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
namespace : aether
5
5
resources :
6
- - ../../common/aether
6
+ - ../../../ common/aether
7
7
- namespace.yaml
8
8
- external-secret-aether.yaml
9
9
- external-secret-aether-taskwarrior.yaml
Original file line number Diff line number Diff line change 2
2
apiVersion : kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
resources :
5
- - ../../../../apps/dyndns/client
5
+ - ../../../../../ apps/dyndns/client
6
6
- external-secret-dyndns-client-aws-credentials.yaml
7
7
- external-secret-dyndns-client-aws-endpoints.yaml
8
8
- external-secret-dyndns-client-keypair.yaml
9
9
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
13
13
patches :
14
14
- target :
15
15
kind : Deployment
Original file line number Diff line number Diff line change 2
2
apiVersion : kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
resources :
5
- - ../../../common/dyndns/server
5
+ - ../../../../ common/dyndns/server
6
6
- external-secret-dyndns-client-aws-endpoints.yaml
7
7
- external-secret-dyndns-server-aws-credentials.yaml
8
8
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
11
11
patches :
12
12
- target :
13
13
kind : Deployment
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
namespace : homer
5
5
resources :
6
- - ../../../apps/homer
6
+ - ../../../../ apps/homer
7
7
- namespace.yaml
8
8
components :
9
- - ../../../apps/homer/components/istio
9
+ - ../../../../ apps/homer/components/istio
10
10
configMapGenerator :
11
11
- name : homer-config
12
12
files :
You can’t perform that action at this time.
0 commit comments