Updated
Some checks are pending
Upload Helm Chart / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2024-01-06 11:09:36 +01:00
parent 8b85ba35fa
commit 931d43f1a4
16 changed files with 713 additions and 390 deletions

View File

@@ -1,5 +1,4 @@
{{- if .Values.site.skipWPCRegistration | default false }}
{{- else }}
{{- if .Values.site.autoRegisterEnabled | default false }}
apiVersion: batch/v1
kind: Job
metadata:
@@ -21,4 +20,5 @@ spec:
imagePullSecrets:
- name: pull-secret
backoffLimit: 4
{{- else }}
{{- end }}