28 lines
689 B
YAML
28 lines
689 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: redis
|
|
namespace: argocd
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: atlantis
|
|
sources:
|
|
- repoURL: https://charts.bitnami.com/bitnami
|
|
targetRevision: 18.9.1
|
|
chart: redis
|
|
helm:
|
|
values: |
|
|
architecture: replication
|
|
auth:
|
|
enabled: true
|
|
sentinel: true
|
|
password: ""
|
|
existingSecret: ""
|
|
existingSecretPasswordKey: ""
|
|
usePasswordFiles: false
|
|
- repoURL: https://gitlab.com/oceanbox/manifests
|
|
targetRevision: HEAD
|
|
path: redis/manifests
|