feat: convert jenkins to Helm chart (helm/jenkins/) #6

Merged
admin merged 10 commits from feat/helm-jenkins into main 2026-03-08 15:37:58 +00:00
Showing only changes of commit 170b15ed47 - Show all commits

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace }}
labels:
{{- include "jenkins.labels" . | nindent 4 }}