Marcelo Mello

Results 74 comments of Marcelo Mello

@k8s42 could you please clarify what you mean by an upgrade? Are you referring to migrate de database from your PaaS solution to the one managed by `awx-operator`? If so,...

We should be covered by https://github.com/ansible/awx-operator/blob/devel/roles/installer/templates/postgres.yaml.j2#L36-L39 ```yaml {% if image_pull_secret %} imagePullSecrets: - name: {{ image_pull_secret }} {% endif %} ``` Having said this, could you show us how you...

@marcoatenway could you provide YAML example of how an entry would look like?

@tummalah could you share the changes you made on the POD `spec`? Please obfuscate any private information before sending it out. Because you are overriding the pod `SPEC`, what happens...

I'm hitting a similar issue. For example, my `AlertmanagerConfig` looks like: ```yaml apiVersion: monitoring.coreos.com/v1alpha1 kind: AlertmanagerConfig metadata: namespace: observability name: toca-notifications labels: alertmanagerConfig: toca-notifications spec: route: groupWait: 15s groupInterval: 15s...

We were hitting the same in Openshift 4.10, and we had to downgrade to 2.10.2 to resolve the issue. Just to mention, in our case we also hit the `linkerd-identity-headless.linkerd.svc.cluster.local.`...

Hitting the same issue ``` argocd-notifications-controller-7c8dcfd677-72wrh argocd-notifications-controller time="2023-03-10T16:08:06Z" level=error msg="failed to execute when condition: cannot fetch phase from (1:27)\n | app.status.operationState.phase in ['Error', 'Failed']\n | ..........................^" ``` ```yaml trigger.on-sync-failed: |...

Interesting, I'm hitting the error even with the workaround in place. ```yaml notes-658c5d9fcf-z5bnm notes 2024-05-04T17:20:36.146Z info: deserializeUser: cd4cc5c8-bf2e-413a-87bf-a152c39c7a42 notes-658c5d9fcf-z5bnm notes 2024-05-04T17:20:36.734Z error: uncaughtException: Command failed: /home/hackmd/app/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs /home/hackmd/app/node_modules/markdown-pdf/phantom/render.js /tmp/tmp-48FH8o2fzHvXos.html /tmp/tmp-485TIXwCTJj7JH.pdf /home/hackmd/app...

Closing this for now as there is no bandwidth for `arm` architecture right now but please PR are always welcome.