2 changed files with 35 additions and 35 deletions
@ -1,17 +1,17 @@ |
|||||
# apiVersion: argoproj.io/v1alpha1 |
apiVersion: argoproj.io/v1alpha1 |
||||
# kind: Application |
kind: Application |
||||
# metadata: |
metadata: |
||||
# name: test-100 |
name: test-100 |
||||
# namespace: default |
namespace: default |
||||
# spec: |
spec: |
||||
# project: default |
project: default |
||||
# source: |
source: |
||||
# repoURL: git@github.com:dgadavin/argocd-example-apps.git |
repoURL: git@github.com:dgadavin/argocd-example-apps.git |
||||
# targetRevision: HEAD |
targetRevision: HEAD |
||||
# path: helm-dependency |
path: helm-dependency |
||||
# destination: |
destination: |
||||
# server: https://kubernetes.default.svc |
server: https://kubernetes.default.svc |
||||
# namespace: test-100 |
namespace: test-100 |
||||
# syncPolicy: |
syncPolicy: |
||||
# syncOptions: |
syncOptions: |
||||
# - CreateNamespace=true |
- CreateNamespace=true |
||||
|
@ -1,18 +1,18 @@ |
|||||
# apiVersion: argoproj.io/v1alpha1 |
apiVersion: argoproj.io/v1alpha1 |
||||
# kind: Application |
kind: Application |
||||
# metadata: |
metadata: |
||||
# name: test-200 |
name: test-200 |
||||
# namespace: default |
namespace: default |
||||
# spec: |
spec: |
||||
# project: default |
project: default |
||||
# source: |
source: |
||||
# repoURL: git@github.com:dgadavin/argocd-example-apps.git |
repoURL: git@github.com:dgadavin/argocd-example-apps.git |
||||
# targetRevision: HEAD |
targetRevision: HEAD |
||||
# path: helm-guestbook |
path: helm-guestbook |
||||
# destination: |
destination: |
||||
# server: https://kubernetes.default.svc |
server: https://kubernetes.default.svc |
||||
# namespace: test-200 |
namespace: test-200 |
||||
# syncPolicy: |
syncPolicy: |
||||
# syncOptions: |
syncOptions: |
||||
# - CreateNamespace=true |
- CreateNamespace=true |
||||
# - PruneLast=true |
- PruneLast=true |
||||
|
Loading…
Reference in new issue