Autosync all the things, also yq indented them differently
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
996a80d085
commit
6b2b4e417b
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/cilium-settings
|
path: apps-kustomized/cilium-settings
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/cloudtube
|
path: apps-kustomized/cloudtube
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
chart: csi-driver-smb
|
chart: csi-driver-smb
|
||||||
repoURL: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
repoURL: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||||
targetRevision: v1.13.0
|
targetRevision: v1.13.0
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/external-dns
|
path: apps-kustomized/external-dns
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/lidarr
|
path: apps-kustomized/lidarr
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/lms
|
path: apps-kustomized/lms
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/newleaf
|
path: apps-kustomized/newleaf
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -5,15 +5,18 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: "*"
|
- group: '*'
|
||||||
kind: "*"
|
kind: '*'
|
||||||
clusterResourceBlacklist:
|
clusterResourceBlacklist:
|
||||||
- group: cilium.io
|
- group: cilium.io
|
||||||
kind: CiliumIdentity
|
kind: CiliumIdentity
|
||||||
description: everything non-infra
|
description: everything non-infra
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- https://git.martyn.berlin/martyn/infra4talos.git
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
destinations:
|
destinations:
|
||||||
- name: '*'
|
- name: '*'
|
||||||
namespace: '*'
|
namespace: '*'
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -7,25 +7,28 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: '*'
|
- group: '*'
|
||||||
kind: '*'
|
kind: '*'
|
||||||
clusterResourceBlacklist:
|
clusterResourceBlacklist:
|
||||||
- group: cilium.io
|
- group: cilium.io
|
||||||
kind: CiliumIdentity
|
kind: CiliumIdentity
|
||||||
description: argo, nginx-ingress, etc.
|
description: argo, nginx-ingress, etc.
|
||||||
destinations:
|
destinations:
|
||||||
- name: '*'
|
- name: '*'
|
||||||
namespace: '*'
|
namespace: '*'
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- https://git.martyn.berlin/martyn/infra4talos.git
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
- https://github.com/argoproj/argo-cd
|
- https://github.com/argoproj/argo-cd
|
||||||
- https://1password.github.io/connect-helm-charts/
|
- https://1password.github.io/connect-helm-charts/
|
||||||
- https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
|
- https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
|
||||||
- https://github.com/MeisterLabs/secrets-store-csi-driver-provider-1password
|
- https://github.com/MeisterLabs/secrets-store-csi-driver-provider-1password
|
||||||
- https://kubernetes.github.io/ingress-nginx
|
- https://kubernetes.github.io/ingress-nginx
|
||||||
- https://charts.jetstack.io
|
- https://charts.jetstack.io
|
||||||
- https://charts.neoskop.dev
|
- https://charts.neoskop.dev
|
||||||
- https://helm.cilium.io/
|
- https://helm.cilium.io/
|
||||||
- https://openebs.github.io/mayastor-extensions/
|
- https://openebs.github.io/mayastor-extensions/
|
||||||
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/smb-storageclasses
|
path: apps-kustomized/smb-storageclasses
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
|
@ -12,3 +12,6 @@ spec:
|
||||||
path: apps-kustomized/whoogle
|
path: apps-kustomized/whoogle
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
sycPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: 'true'
|
||||||
|
|
Loading…
Reference in New Issue