Megha Mehta
4 years ago
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: 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/overlays/dev |
||||
|
repoURL: https://github.com/radtac-craft/argocd-example-apps.git |
||||
|
targetRevision: HEAD |
Loading…
Reference in new issue