helm-chart-genes/charts/harbor-helm-main/templates/registry/registryctl-cm.yaml

9 lines
201 B
YAML
Raw Normal View History

2024-04-16 17:08:47 +02:00
apiVersion: v1
kind: ConfigMap
metadata:
name: "{{ template "harbor.registryCtl" . }}"
labels:
{{ include "harbor.labels" . | indent 4 }}
data:
{{- template "harbor.traceEnvsForRegistryCtl" . }}