mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
fix: pre-commit
This commit is contained in:
@@ -9,7 +9,7 @@ repos:
|
||||
- id: yamllint
|
||||
args:
|
||||
- --config-file
|
||||
- .github/lint/.yamllint.yaml
|
||||
- .github/linters/.yamllint.yaml
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.1.0
|
||||
hooks:
|
||||
@@ -40,4 +40,4 @@ repos:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- --config
|
||||
- ".github/lint/.markdownlint.yaml"
|
||||
- ".github/linters/.markdownlint.yaml"
|
||||
|
@@ -2,6 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- backup-pvc.yaml
|
||||
- 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
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- k10
|
||||
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: kasten-io
|
@@ -16,6 +16,15 @@ spec:
|
||||
name: kasten-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
install:
|
||||
createNamespace: true
|
||||
crds: CreateReplace
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
eula:
|
||||
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:
|
||||
- cert-manager
|
||||
- flux-system
|
||||
- kasten-io
|
||||
- kube-system
|
||||
- rook-ceph
|
||||
- system-upgrade
|
||||
|
Reference in New Issue
Block a user