You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oracle-db helm chart located here: OracleDatabase/SingleInstance/helm-charts/oracle-db has a secrets manifest that renders a random string as the database password. This value is re-generated every single time the chart is rendered. The actual database password however does not seem to be update to match the new secret, meaning any pods that reference this secret will now have the incorrect password.
I believe the solution is to wrap this line in a lookup check, to first see if the secret already exists, and only generate the new value if it does.
The oracle-db helm chart located here:
OracleDatabase/SingleInstance/helm-charts/oracle-db
has a secrets manifest that renders a random string as the database password. This value is re-generated every single time the chart is rendered. The actual database password however does not seem to be update to match the new secret, meaning any pods that reference this secret will now have the incorrect password.I believe the solution is to wrap this line in a
lookup
check, to first see if the secret already exists, and only generate the new value if it does.docker-images/OracleDatabase/SingleInstance/helm-charts/oracle-db/templates/secrets.yaml
Line 13 in df7def1
The text was updated successfully, but these errors were encountered: