mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 10:58:28 +00:00
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: {}
|