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