mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 21:18:59 +00:00
74fc53bb6a
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.
19 lines
466 B
YAML
19 lines
466 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nginx-prod
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
helm:
|
|
valueFiles:
|
|
- values-prod.yaml
|
|
path: structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/helm-nginx
|
|
repoURL: https://github.com/foo-dogsquared/wiki
|
|
targetRevision: HEAD
|
|
syncPolicy: {}
|