13 lines
319 B
YAML
13 lines
319 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kustomize-example
|
|
spec:
|
|
project: default
|
|
source:
|
|
path: examples/helloWorld
|
|
repoURL: 'https://github.com/kubernetes-sigs/kustomize'
|
|
targetRevision: HEAD
|
|
destination:
|
|
namespace: default
|
|
server: 'https://kubernetes.default.svc' |