mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
fix: pre-commit
This commit is contained in:
@@ -9,7 +9,7 @@ repos:
|
|||||||
- id: yamllint
|
- id: yamllint
|
||||||
args:
|
args:
|
||||||
- --config-file
|
- --config-file
|
||||||
- .github/lint/.yamllint.yaml
|
- .github/linters/.yamllint.yaml
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.1.0
|
rev: v4.1.0
|
||||||
hooks:
|
hooks:
|
||||||
@@ -40,4 +40,4 @@ repos:
|
|||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args:
|
args:
|
||||||
- --config
|
- --config
|
||||||
- ".github/lint/.markdownlint.yaml"
|
- ".github/linters/.markdownlint.yaml"
|
||||||
|
@@ -2,6 +2,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- helm-release.yaml
|
|
||||||
- backup-pvc.yaml
|
|
||||||
- monitoring
|
- monitoring
|
||||||
|
- profiles
|
||||||
|
20
cluster/apps/kasten-io/k10/profiles/home-automation.yaml
Normal file
20
cluster/apps/kasten-io/k10/profiles/home-automation.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
kind: Profile
|
||||||
|
apiVersion: config.kio.kasten.io/v1alpha1
|
||||||
|
metadata:
|
||||||
|
name: home
|
||||||
|
namespace: kasten-io
|
||||||
|
spec:
|
||||||
|
locationSpec:
|
||||||
|
type: FileStore
|
||||||
|
fileStore:
|
||||||
|
claimName: k10-backups
|
||||||
|
path: home
|
||||||
|
credential:
|
||||||
|
secretType: ""
|
||||||
|
secret:
|
||||||
|
apiVersion: ""
|
||||||
|
kind: ""
|
||||||
|
name: ""
|
||||||
|
namespace: ""
|
||||||
|
type: Location
|
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
kind: Profile
|
||||||
|
apiVersion: config.kio.kasten.io/v1alpha1
|
||||||
|
metadata:
|
||||||
|
name: k10-disaster-recovery
|
||||||
|
namespace: kasten-io
|
||||||
|
spec:
|
||||||
|
locationSpec:
|
||||||
|
type: FileStore
|
||||||
|
fileStore:
|
||||||
|
claimName: k10-backups
|
||||||
|
path: k10-disaster-recovery
|
||||||
|
credential:
|
||||||
|
secretType: ""
|
||||||
|
secret:
|
||||||
|
apiVersion: ""
|
||||||
|
kind: ""
|
||||||
|
name: ""
|
||||||
|
namespace: ""
|
||||||
|
type: Location
|
6
cluster/apps/kasten-io/k10/profiles/kustomization.yaml
Normal file
6
cluster/apps/kasten-io/k10/profiles/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- prometheus-rule.yaml
|
||||||
|
- service-monitor.yaml
|
@@ -2,5 +2,4 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
|
||||||
- k10
|
- k10
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: kasten-io
|
|
@@ -16,6 +16,15 @@ spec:
|
|||||||
name: kasten-charts
|
name: kasten-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 5m
|
interval: 5m
|
||||||
|
install:
|
||||||
|
createNamespace: true
|
||||||
|
crds: CreateReplace
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
upgrade:
|
||||||
|
crds: CreateReplace
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
values:
|
values:
|
||||||
eula:
|
eula:
|
||||||
accept: true
|
accept: true
|
5
cluster/core/kasten-io/k10/kustomization.yaml
Normal file
5
cluster/core/kasten-io/k10/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- helm-release.yaml
|
5
cluster/core/kasten-io/kustomization.yaml
Normal file
5
cluster/core/kasten-io/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- k10
|
@@ -3,6 +3,7 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
- flux-system
|
- flux-system
|
||||||
|
- kasten-io
|
||||||
- kube-system
|
- kube-system
|
||||||
- rook-ceph
|
- rook-ceph
|
||||||
- system-upgrade
|
- system-upgrade
|
||||||
|
Reference in New Issue
Block a user