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
|
# 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}"
|
render_helm ../k8s/operators "${component}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ resources:
|
||||||
- external-account-rbac
|
- external-account-rbac
|
||||||
- forgejo
|
- forgejo
|
||||||
- generic-device-plugin
|
- generic-device-plugin
|
||||||
|
- http-ingress
|
||||||
- invoiceninja
|
- invoiceninja
|
||||||
- keycloak
|
- keycloak
|
||||||
- matrix
|
- matrix
|
||||||
|
|
|
@ -4,7 +4,7 @@ namespace: mobilizon
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- database.yaml
|
- database.yaml
|
||||||
- mobilizon.yaml
|
# - mobilizon.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: mobilizon
|
- name: mobilizon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue