Files
service-catalog/charts/harbor/templates/registry/registryctl-cm.yaml
T
2025-02-17 15:45:48 +09:00

10 lines
247 B
YAML

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