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

9 lines
206 B
YAML
Raw Normal View History

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