-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The Aiven Operator is great and I can deploy a DB (sample using MYSQL) using it
apiVersion: aiven.io/v1alpha1
kind: MySQL
metadata:
name: mysql-sample
spec:
authSecretRef:
name: aiven-token
key: token
connInfoSecretTarget:
name: mysql-secret
project: myproj
cloudName: google-europe-west1
plan: startup-4However this stores the credentials in a secret. as specified under spec.connInfoSecretTarget
Usually (and especially true when doing GitOps with Flux/Argo CD), the secret needs to be stored in Git. More specifically it's stored in Git via Vault, Sealed Secrets, and/or External Secret Operator.
I would like to be able to set up connection parameters beforehand (or as much as I can) and have the Aiven Operator "respect" these parameters (i.e. use the parameters to set up the DB).
chris-short and christianh814
Metadata
Metadata
Assignees
Labels
No labels