fix: move matrix namespace to infra and fix repo URL
This commit is contained in:
parent
fe65e915f4
commit
097fa09273
@ -2,7 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ns-cert-manager.yaml
|
- ns-cert-manager.yaml
|
||||||
|
- ns-matrix.yaml # Neu hier
|
||||||
- cert-manager-repo.yaml
|
- cert-manager-repo.yaml
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- ../matrix/ess-repo.yaml # Neu hierher verschoben
|
- ../matrix/ess-repo.yaml
|
||||||
- ../matrix/ess-operator.yaml # Neu hierher verschoben
|
- ../matrix/ess-operator.yaml
|
||||||
@ -5,4 +5,4 @@ metadata:
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
url: https://github.com/element-hq/ess-helm
|
url: https://element-hq.github.io/ess-helm/
|
||||||
@ -1,7 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
# namespace.yaml hier entfernen!
|
||||||
- matrix-postgres-auth.yaml
|
- matrix-postgres-auth.yaml
|
||||||
- cert-issuer.yaml
|
- cert-issuer.yaml
|
||||||
- element-server-suite.yaml # Die neue Datei
|
- element-server-suite.yaml
|
||||||
Loading…
x
Reference in New Issue
Block a user