Roger

Results 15 issues of Roger

### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...

needs_triage

Using version v2.0.0-rc.5 and trying to use the Flux auto update but it's not working there are no helpful error messages. ``` $ kubectl describe ImageUpdateAutomation Events: Type Reason Age...

We have hosts which has public ip address. I would like to override the public ip address with [HostAliases](https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/) only for our velero helm deployment.

enhancement
velero

Hello, when i try to use Scan-Share-Permissions.ps1 it happens nothing. Independent if -TargetHost -Query or -Iplist Example .\Scan-Share-Permissions.ps1 -QueryDomain Empty Result.

Is there any Changelog / other information to see which EE image use which Ansible Version?

helm value: ``` env: ENABLE_MODULES: 'backup-s3,text2vec-transformers,qna-transformers' BACKUP_S3_BUCKET: 'CHANGE_ME' ``` argocd diff: If: ``` env: ENABLE_MODULES: 'backup-s3,text2vec-transformers,qna-transformers' BACKUP_S3_BUCKET: 'CHANGE_ME' AWS_ACCESS_KEY_ID: 'CHANGE_ME' AWS_SECRET_ACCESS_KEY: 'CHANGE_ME' AWS_REGION: 'CHANGE_ME' ``` then Both ENABLE_MODULES value i...

For the cronjob I can't specificy ```yaml resources: limits: memory: 200Mi requests: cpu: 10m memory: 100Mi ``` because i have in every namespace ResourceQuota enabled (enforcement of use of resources.limits...

**Describe the bug** s3 minio upload was working fine. After some weeks it stopped working and we don't see why. **Environment (please complete the following information):** - OS: ubuntu 22.04...

bug

S3 Path Style is deprecated on AWS. Set Path Style as toggable (with default false) for other instance like Minio which supports both. Additionally i added .editorconfig so the formating...

I would like to following values: ``` env: - name: CLUSTER_ADVERTISE_ADDR valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP ``` Manually im able to edit the StatefulSet but with helm values this...