Skip to content

Commit fb0ea10

Browse files
committed
chore: refactor templates folder to components folder
1 parent 5a5849a commit fb0ea10

24 files changed

Lines changed: 68 additions & 19 deletions

File tree

kubernetes/apps/auth/lldap/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
resources:
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
8-
- ../../../../templates/gatus/guarded
8+
- ../../../../components/gatus/guarded

kubernetes/apps/default/home-assistant/app/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ resources:
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
88
- ./gatus-custom.yaml
9-
- ../../../../templates/gatus/external
10-
- ../../../../templates/volsync
9+
- ../../../../components/gatus/external
10+
- ../../../../components/volsync

kubernetes/apps/games/minecraft/atm8/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
- ./pvc.yaml
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
8-
- ../../../../../templates/volsync
8+
- ../../../../../components/volsync

kubernetes/apps/games/minecraft/atm9/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
# - ./pvc.yaml
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
8-
- ../../../../../templates/volsync
8+
- ../../../../../components/volsync

kubernetes/apps/media/lidarr/app/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace: media
66
resources:
77
- ./externalsecret.yaml
88
- ./helmrelease.yaml
9-
- ../../../../templates/gatus/guarded
10-
- ../../../../templates/volsync
9+
- ../../../../components/gatus/guarded
10+
- ../../../../components/volsync
1111
configMapGenerator:
1212
- name: lidarr-pushover
1313
files:

kubernetes/apps/media/overseerr/app/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
resources:
66
- ./helmrelease.yaml
7-
- ../../../../templates/gatus/external
8-
- ../../../../templates/volsync
7+
- ../../../../components/gatus/external
8+
- ../../../../components/volsync

kubernetes/apps/media/plex/app/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ kind: Kustomization
44
resources:
55
# - ./pvc.yaml
66
- ./helmrelease.yaml
7-
- ../../../../templates/volsync
8-
- ../../../../templates/gatus/external
7+
- ../../../../components/volsync
8+
- ../../../../components/gatus/external

kubernetes/apps/media/prowlarr/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
88
- ./pvc.yaml
9-
- ../../../../templates/gatus/guarded
9+
- ../../../../components/gatus/guarded

kubernetes/apps/media/radarr/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- ./externalsecret.yaml
77
- ./pvc.yaml
88
- ./helmrelease.yaml
9-
- ../../../../templates/gatus/guarded
9+
- ../../../../components/gatus/guarded
1010
configMapGenerator:
1111
- name: radarr-configmap
1212
files:

kubernetes/apps/media/recyclarr/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
resources:
66
- ./externalsecret.yaml
77
- ./helmrelease.yaml
8-
- ../../../../templates/volsync
8+
- ../../../../components/volsync
99
configMapGenerator:
1010
- name: recyclarr-configmap
1111
files:

0 commit comments

Comments
 (0)