Megha Mehta
4 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
apiVersion: argoproj.io/v1alpha1 |
|||
kind: Application |
|||
metadata: |
|||
name: kustomize-guestbook |
|||
namespace: argocd |
|||
finalizers: |
|||
- resources-finalizer.argocd.argoproj.io |
|||
spec: |
|||
destination: |
|||
namespace: kustomize-guestbook |
|||
server: https://kubernetes.default.svc |
|||
project: default |
|||
source: |
|||
path: kustomize-guestbook |
|||
repoURL: https://github.com/radtac-craft/argocd-example-apps.git |
|||
targetRevision: HEAD |
Loading…
Reference in new issue