dev-tools/charts/harbor/templates/registry/registryctl-cm.yaml
2025-05-13 01:11:55 +03:00

9 lines
201 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: "{{ template "harbor.registryCtl" . }}"
labels:
{{ include "harbor.labels" . | indent 4 }}
data:
{{- template "harbor.traceEnvsForRegistryCtl" . }}