mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 10:58:28 +00:00
19 lines
472 B
YAML
19 lines
472 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nginx-staging
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
helm:
|
|
valueFiles:
|
|
- values-staging.yaml
|
|
path: structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/helm-nginx
|
|
repoURL: https://github.com/foo-dogsquared/wiki
|
|
targetRevision: HEAD
|
|
syncPolicy: {}
|