k8s/check-charts/harbor/templates/registry/registryctl-cm.yaml

9 lines
201 B
YAML
Raw Normal View History

2023-11-16 19:42:02 +10:00
apiVersion: v1
kind: ConfigMap
metadata:
name: "{{ template "harbor.registryCtl" . }}"
labels:
{{ include "harbor.labels" . | indent 4 }}
data:
{{- template "harbor.traceEnvsForRegistryCtl" . }}