fix(env): Update dev environment to fix compatibility issues
This commit is contained in:
parent
9fe9bc9f47
commit
8060077f0a
@ -8,6 +8,11 @@ resources:
|
|||||||
# MetalLB installation and configuration
|
# MetalLB installation and configuration
|
||||||
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
||||||
- ../../metallb
|
- ../../metallb
|
||||||
|
# PostgreSQL operator and its UI
|
||||||
|
- github.com/zalando/postgres-operator/manifests
|
||||||
|
- github.com/zalando/postgres-operator/ui/manifests
|
||||||
|
# SOPS secrets operator CRDs
|
||||||
|
- https://raw.githubusercontent.com/isindir/sops-secrets-operator/master/config/crd/bases/isindir.github.com_sopssecrets.yaml
|
||||||
# Miscellanous basic configuration
|
# Miscellanous basic configuration
|
||||||
- ../../res
|
- ../../res
|
||||||
# NFS client configuration
|
# NFS client configuration
|
||||||
@ -15,6 +20,8 @@ resources:
|
|||||||
# Longhorn installation and configuration
|
# Longhorn installation and configuration
|
||||||
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
||||||
- ../../longhorn
|
- ../../longhorn
|
||||||
|
# SOPS operator for secret management on the fly
|
||||||
|
- ../../sops-operator
|
||||||
# Traefik configuration
|
# Traefik configuration
|
||||||
- ../../traefik
|
- ../../traefik
|
||||||
# Argo installation and configuration
|
# Argo installation and configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user