Archiving crowdsec, democratic csi local path, and adding rook-ceph back.
This commit is contained in:
parent
427ec41b5b
commit
8039231010
21 changed files with 5 additions and 10 deletions
|
@ -5,4 +5,3 @@ metadata:
|
|||
name: rook-ceph
|
||||
labels:
|
||||
kustomize.toolkit.fluxcd.io/prune: disabled
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
|
@ -55,15 +55,9 @@ spec:
|
|||
config:
|
||||
osdsPerDevice: "1"
|
||||
nodes:
|
||||
- name: "aule"
|
||||
- name: "nienna"
|
||||
devices:
|
||||
- name: /dev/disk/by-id/scsi-0HC_Volume_37460833
|
||||
- name: "eonwe"
|
||||
devices:
|
||||
- name: /dev/disk/by-id/scsi-0HC_Volume_37460887
|
||||
- name: "arlen"
|
||||
devices:
|
||||
- name: /dev/disk/by-id/scsi-0HC_Volume_37460897
|
||||
- name: "orome"
|
||||
devices:
|
||||
- name: /dev/disk/by-id/scsi-0HC_Volume_37645333
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ./ingress.yaml
|
||||
# - ./ingress.yaml
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: rook-ceph
|
|
@ -6,7 +6,6 @@ resources:
|
|||
# Pre Flux-Kustomizations
|
||||
- ./namespace.yaml
|
||||
# Flux-Kustomizations
|
||||
- ./democratic-csi/ks.yaml
|
||||
- ./intel-device-plugins/ks.yaml
|
||||
- ./kubelet-csr-approver/ks.yaml
|
||||
- ./node-feature-discovery/ks.yaml
|
||||
|
|
Reference in a new issue