feat: add yolo-registr chart and app

This commit is contained in:
2025-02-13 14:12:03 +01:00
parent cd9ccd3402
commit c66a1e8876
12 changed files with 452 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "YoloRegistry.serviceAccountName" . }}
labels:
{{- include "YoloRegistry.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}