Files
manifests/apps/templates/yolo-registry.yaml
T
2025-05-06 16:00:57 +02:00

17 lines
375 B
YAML

{{- if .Values.yolo-registry.enabled }}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: yolo-registry
namespace: argocd
spec:
project: aux
destination:
server: https://kubernetes.default.svc
namespace: yolo
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
path: charts/yolo-registry
{{- end }}