mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fixup last commit
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ cluster_filepath }}/{{ item }}"
|
||||
mode: "0770"
|
||||
mode: "0640"
|
||||
with_items:
|
||||
- sysadmin-openshift-group.yml
|
||||
- sysadmin-openshift-rolebinding.yml
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Allow unauthenticated webhooks to kick off builds
|
||||
# https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/builds_using_buildconfig/triggering-builds-build-hooks
|
||||
kind: RoleBinding
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: webhook-access-unauthenticated
|
||||
Reference in New Issue
Block a user