fix: use multiple sources for cerbos, redis and rabbitmq
This commit is contained in:
@@ -5,8 +5,11 @@ metadata:
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: atlantis
|
||||
source:
|
||||
repoURL: https://download.cerbos.dev/helm-charts
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: atlantis
|
||||
sources:
|
||||
- repoURL: https://download.cerbos.dev/helm-charts
|
||||
targetRevision: 0.33.0
|
||||
chart: cerbos
|
||||
helm:
|
||||
@@ -57,7 +60,6 @@ spec:
|
||||
https:
|
||||
username: cerbos
|
||||
password: ${GITLAB_TOKEN}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: atlantis
|
||||
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests
|
||||
targetRevision: HEAD
|
||||
path: cerbos/manifests
|
||||
|
||||
@@ -8,8 +8,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: atlantis
|
||||
source:
|
||||
repoURL: https://charts.bitnami.com/bitnami
|
||||
sources:
|
||||
- repoURL: https://charts.bitnami.com/bitnami
|
||||
targetRevision: 12.9.0
|
||||
chart: rabbitmq
|
||||
helm:
|
||||
@@ -44,3 +44,6 @@ spec:
|
||||
existingClaim: ""
|
||||
size: 8Gi
|
||||
storageClass: ""
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests
|
||||
targetRevision: HEAD
|
||||
path: rabbitmq/manifests
|
||||
|
||||
@@ -8,8 +8,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: atlantis
|
||||
source:
|
||||
repoURL: https://charts.bitnami.com/bitnami
|
||||
sources:
|
||||
- repoURL: https://charts.bitnami.com/bitnami
|
||||
targetRevision: 18.9.1
|
||||
chart: redis
|
||||
helm:
|
||||
@@ -22,4 +22,6 @@ spec:
|
||||
existingSecret: ""
|
||||
existingSecretPasswordKey: ""
|
||||
usePasswordFiles: false
|
||||
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests
|
||||
targetRevision: HEAD
|
||||
path: redis/manifests
|
||||
|
||||
Reference in New Issue
Block a user