2 changed files with 21 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
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 |
@ -0,0 +1,4 @@ |
|||
apiVersion: kustomize.config.k8s.io/v1beta1 |
|||
kind: Kustomization |
|||
resources: |
|||
- base/guestbook/app-argocd.yaml |
Loading…
Reference in new issue