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