We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a485018 commit 4c684b8Copy full SHA for 4c684b8
some-app.yaml
@@ -0,0 +1,29 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: some-app
5
+ finalizers:
6
+ - resources-finalizer.argocd.argoproj.io/foreground
7
+spec:
8
+ project: default
9
+ destination:
10
+ name: in-cluster
11
+ namespace: some-ns
12
+ source:
13
+ path: .
14
+ repoURL: https://github.com/vitalii-codefresh/simple-server.git
15
+ targetRevision: develop
16
+ syncPolicy:
17
+ automated:
18
+ prune: true
19
+ selfHeal: true
20
+ allowEmpty: false
21
+ syncOptions:
22
+ - PrunePropagationPolicy=foreground
23
+ - Replace=false
24
+ - PruneLast=false
25
+ - Validate=true
26
+ - CreateNamespace=false
27
+ - ApplyOutOfSyncOnly=false
28
+ - ServerSideApply=true
29
+ - RespectIgnoreDifferences=false
0 commit comments