mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 15:19:04 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
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.
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: {}
|