wiki/structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/argocd-nginx-alpine.yaml
Gabriel Arazas 74fc53bb6a Update SUSE Cloud Native Computing course
Hoorah! Finally made it through the course! On the other hand, I also
updated the `concat-asset-folder` function to accept multiple arguments
representing the directory hierarchy instead of a separator.
2021-07-07 16:34:13 +08:00

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: {}