18 lines
332 B
YAML
18 lines
332 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: redis
|
|
namespace: argocd
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: atlantis
|
|
source:
|
|
repoURL: https://charts.bitnami.com/bitnami
|
|
targetRevision: 18.9.1
|
|
chart: redis
|
|
helm:
|
|
values: |
|
|
|