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