apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: harbor-secret namespace: harbor labels: app.kubernetes.io/name: harbor-secret app.kubernetes.io/instance: harbor app.kubernetes.io/part-of: harbor spec: secretStoreRef: kind: ClusterSecretStore name: vault data: - secretKey: HARBOR_ADMIN_PASSWORD remoteRef: key: /cl01tl/harbor/config property: admin-password - secretKey: secretKey remoteRef: key: /cl01tl/harbor/config property: secretKey - secretKey: CSRF_KEY remoteRef: key: /cl01tl/harbor/core property: CSRF_KEY - secretKey: secret remoteRef: key: /cl01tl/harbor/core property: secret - secretKey: tls.crt remoteRef: key: /cl01tl/harbor/core property: tls.crt - secretKey: tls.key remoteRef: key: /cl01tl/harbor/core property: tls.key - secretKey: JOBSERVICE_SECRET remoteRef: key: /cl01tl/harbor/jobservice property: JOBSERVICE_SECRET - secretKey: REGISTRY_HTTP_SECRET remoteRef: key: /cl01tl/harbor/registry property: REGISTRY_HTTP_SECRET - secretKey: REGISTRY_REDIS_PASSWORD remoteRef: key: /cl01tl/harbor/registry property: REGISTRY_REDIS_PASSWORD - secretKey: REGISTRY_HTPASSWD remoteRef: key: /cl01tl/harbor/registry property: REGISTRY_HTPASSWD - secretKey: REGISTRY_CREDENTIAL_PASSWORD remoteRef: key: /cl01tl/harbor/registry property: REGISTRY_CREDENTIAL_PASSWORD - secretKey: REGISTRY_PASSWD remoteRef: key: /cl01tl/harbor/registry property: REGISTRY_CREDENTIAL_PASSWORD