Files
fedora-infra_ansible/roles/openshift/project/templates/imagepuller.yml.j2
2025-01-14 08:37:30 +10:00

16 lines
341 B
Django/Jinja

---
apiVersion: authorization.openshift.io/v1
groupNames:
- system:serviceaccounts:{{project_app}}
kind: RoleBinding
metadata:
creationTimestamp: null
name: system:image-pullers
namespace: "{{project_app}}"
roleRef:
name: system:image-puller
subjects:
- kind: SystemGroup
name: system:serviceaccounts:{{project_app}}
userNames: []