MScallion

Results 15 comments of MScallion

So for our application database we have used the following parameters in the deployment template; - name: DATABASE_USER valueFrom: secretKeyRef: name: ${DATABASE_DEPLOYMENT_NAME} key: ${DATABASE_USER_KEY_NAME} - name: DATABASE_PASSWORD valueFrom: secretKeyRef: name:...

Understood, I will work to add those then post my results. I had assumed that because the backups execute successfully that the credentials might not be the root cause of...

The readme states that the parameter names are prefixed with the service name. Does it have to be exact? If so then I will likely need to alter our service...

The verification again timed out in 5m after I added those parameters to the deployment template and redeployed; PATRONI_MASTER_DEV_USER PATRONI_MASTER_DEV_PASSWORD

@WadeBarnes, I have cloned/updated the orgbook-containers repo and I am able to run both the backup and validation. I am now receiving a validation error stating that the application role,...