feat: initialize Harbor Helm chart with full component templates and configuration values
This commit is contained in:
9
manifest/harbor/templates/registry/registryctl-cm.yaml
Normal file
9
manifest/harbor/templates/registry/registryctl-cm.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "{{ template "harbor.registryCtl" . }}"
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
labels:
|
||||
{{ include "harbor.labels" . | indent 4 }}
|
||||
data:
|
||||
{{- template "harbor.traceEnvsForRegistryCtl" . }}
|
||||
Reference in New Issue
Block a user