Gary K
07/06/2022, 4:16 AMGary K
07/06/2022, 4:41 AMGary K
07/08/2022, 12:17 AMFabiano Pena
07/13/2022, 12:38 AMGary K
07/13/2022, 2:25 AMminio.auth.existingSecret in the airbyte values (i used the minio & minio123 values).
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: airbyte-minio-root
namespace: airbyte
data:
root-user: bWluaW8=
root-password: bWluaW8xMjM=
I also deleted the old minio PVC+PV, but I'm not sure if that's really required.
I did have some hiccups, which I didn't document, but I recall them as simple things.
Everything still works, this is just a documentation issue I think (although, in my opinion, the old minio access management in the airbyte chart needs to be dropped too)