mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
17 lines
No EOL
386 B
YAML
17 lines
No EOL
386 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: {{.Name}}
|
|
namespace: {{.ArgoCDNamespace}}
|
|
spec:
|
|
project: {{.Project}}
|
|
source:
|
|
repoURL: {{.RepoURL}}
|
|
targetRevision: HEAD
|
|
path: {{.Path}}
|
|
helm:
|
|
valueFiles:
|
|
- does-not-exist-values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: {{.DeploymentNamespace}} |