Christian Adams

Results 109 comments of Christian Adams

@tylergmuir I am confused about your description above. If we changed the operator so that it deleted the PostgreSQL StatefulSet if the storage size was change, the PVC that the...

@dkoci Based on your operator logs, it looks like there are errors from both the installer role (running migrations) and the restore role (pg_restore to the new postgres pod. @dkoci...

Is there a particular use case for doing this for Rsyslog? Are you planning to add these fields as configurable for the task/web deployments?

@rakesh561 It looks like CI is failing, before merge a couple things need to happen: * the branch needs to be rebased * CI needs to be passing * It...

@rakesh561 The CI is failing when applying the task deployment because of an extra closing brace somewhere: ``` task path: /opt/ansible/roles/installer/tasks/resources_configuration.yml:248\\nfatal: [localhost]: FAILED! => {\\\"msg\\\": \\\"An unhandled exception occurred while...

@marekzebro Thank you for your contribution! Yes, this is a welcome change, sorry for the wait, I was OOO, back now. Could you rebase this PR? I left one comment...

@marekzebro This is a good change, and it is well orchestrated. However, we intend to restructure our CRD schema to follow a format more like the following for deployment specific...

For now, let's move forward with adding the security context param per deployment in this format: * web_security_context * task_security_context * etc. This way, all of v1beta1 will use the...

This looks similar to what was happening here in the pulp/galaxy operator: * https://github.com/pulp/pulp-operator/pull/1027/files @Zokormazo this what the issue you were thinking of that @rcarrillocruz was working on. @jonathon2nd The...

This currently fails because of this error, which makes no sense as this would have been needed for the existing tasks in cleanup.yml.. ``` TASK [Remove ownerReferences] ******************************** fatal: [localhost]:...