fix: separate kustomize and flux kustomization for tailscale

This commit is contained in:
2026-03-16 16:44:51 +01:00
parent 13c7f6563f
commit d0778cda46
2 changed files with 22 additions and 15 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: tailscale
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/homelab/tailscale
prune: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age
+6 -15
View File
@@ -1,16 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: tailscale
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/homelab/tailscale
prune: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age
resources:
- namespace.yaml
- helmrepository.yaml
- helmrelease.yaml
- secret.sops.yaml