apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: minio-root-password namespace: gitea spec: refreshInterval: 1h secretStoreRef: kind: ClusterSecretStore name: vault-backend target: name: minio-root-password creationPolicy: Owner data: - secretKey: root-user remoteRef: key: gitea/minio property: ROOT_USER - secretKey: root-password remoteRef: key: gitea/minio property: ROOT_PASSWORD