workflow-test/charts/azure-agent/templates/harbor-secret.yaml

10 lines
304 B
YAML
Raw Normal View History

2024-10-15 08:11:11 +00:00
apiVersion: v1
stringData:
HARBOR_USERNAME: {{ .Values.harbor.username }}
HARBOR_PASSWORD: {{ .Values.harbor.password }}
HARBOR_HOST: {{ .Values.harbor.host }}
HARBOR_PORT: "{{ .Values.harbor.port }}"
kind: Secret
metadata:
name: {{ include "az-agent.fullname" . }}-harbor
type: Opaque