softplayer-helmfile/charts/tekton-pipelines/templates/runtime-ns.yaml

7 lines
153 B
YAML
Raw Permalink Normal View History

2024-04-02 17:15:40 +00:00
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.pipelineRunNamespace }}
labels:
{{- include "tekton-pipelines.labels" . | nindent 4 }}