disable mobilizon since it's broken and unused
This commit is contained in:
parent
7e72d7be05
commit
fba90c0315
3 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ render_helm() {
|
|||
}
|
||||
|
||||
# main k8s cluster operators
|
||||
for component in openbao external-secrets secrets-store-csi-driver cert-manager-webhook-pdns; do
|
||||
for component in openbao external-secrets secrets-store-csi-driver ceph-csi-cephfs cert-manager-webhook-pdns; do
|
||||
render_helm ../k8s/operators "${component}"
|
||||
done
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ resources:
|
|||
- external-account-rbac
|
||||
- forgejo
|
||||
- generic-device-plugin
|
||||
- http-ingress
|
||||
- invoiceninja
|
||||
- keycloak
|
||||
- matrix
|
||||
|
|
|
@ -4,7 +4,7 @@ namespace: mobilizon
|
|||
resources:
|
||||
- namespace.yaml
|
||||
- database.yaml
|
||||
- mobilizon.yaml
|
||||
# - mobilizon.yaml
|
||||
- ingress.yaml
|
||||
configMapGenerator:
|
||||
- name: mobilizon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue