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