Skip to content

Commit

Permalink
feat: add includes dir
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 12, 2025
1 parent e7ea7d4 commit e777647
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 67 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/actions-runner-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./gha-runner-scale-set-controller/ks.yaml
- ./gha-runner-scale-set/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./cert-manager/ks.yaml
transformers:
Expand Down
3 changes: 1 addition & 2 deletions kubernetes/apps/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../includes/volsync
- ../../templates/alerts
# Flux-Kustomizations
- ./atuin/ks.yaml
- ./autobrr/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/external-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./external-secrets/ks.yaml
- ./onepassword-connect/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./flux-operator/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./cilium/ks.yaml
- ./coredns/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kyverno/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./kyverno/ks.yaml
transformers:
Expand Down
10 changes: 6 additions & 4 deletions kubernetes/apps/kyverno/kyverno/policies/volsync-movers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ spec:
mountPath: /repository
volumes:
- name: repository
persistentVolumeClaim:
claimName: volsync-nfs
nfs:
server: expanse.internal
path: /mnt/eros/Volsync
- name: mutate-volsync-dst-movers
match:
any:
Expand All @@ -60,5 +61,6 @@ spec:
mountPath: /repository
volumes:
- name: repository
persistentVolumeClaim:
claimName: volsync-nfs
nfs:
server: expanse.internal
path: /mnt/eros/Volsync
2 changes: 1 addition & 1 deletion kubernetes/apps/network/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./cloudflare-ddns/ks.yaml
- ./cloudflared/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./blackbox-exporter/ks.yaml
# - ./cupdate/ks.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/openebs-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./openebs/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/rook-ceph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./rook-ceph/ks.yaml
transformers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/volsync-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
- ../../includes/alerts
- ../../templates/alerts
# Flux-Kustomizations
- ./snapshot-controller/ks.yaml
- ./volsync/ks.yaml
Expand Down
6 changes: 0 additions & 6 deletions kubernetes/includes/kustomization.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions kubernetes/includes/volsync/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kubernetes/includes/volsync/pvc.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit e777647

Please sign in to comment.