1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: helm-dependency |
||||
|
namespace: argocd |
||||
|
spec: |
||||
|
destination: |
||||
|
namespace: argocd |
||||
|
server: {{ .Values.spec.destination.server }} |
||||
|
project: default |
||||
|
source: |
||||
|
path: helm-dependency |
||||
|
repoURL: https://github.com/argoproj/argocd-example-apps |
||||
|
targetRevision: {{ .Values.spec.source.targetRevision }} |
||||
|
syncPolicy: |
||||
|
automated: |
||||
|
prune: true |
Loading…
Reference in new issue