Request for new application deployment
This commit is contained in:
parent
ca6d3622e5
commit
915507adfc
1 changed files with 14 additions and 0 deletions
14
demo/applications/nginx.Application.yaml
Normal file
14
demo/applications/nginx.Application.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nginx
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/kubernetes/ingress-nginx.git
|
||||
path: /docs/examples/chashsubset/deployment.yaml
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
name: test
|
||||
namespace: default
|
Loading…
Reference in a new issue