mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 10:58:28 +00:00
16 lines
345 B
YAML
16 lines
345 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: ngnix-alpine
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: default
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
source:
|
||
|
path: exercises/manifests
|
||
|
repoURL: https://github.com/udacity/nd064_course_1
|
||
|
targetRevision: HEAD
|
||
|
syncPolicy: {}
|