fix: allows deployment to inetmock namespace
This commit is contained in:
parent
d0fb6d856c
commit
2bfeb76d4b
1 changed files with 5 additions and 3 deletions
|
@ -65,12 +65,14 @@
|
|||
|
||||
- name: Bind service account for deployment
|
||||
kubernetes.core.k8s:
|
||||
name: "concourse-{{ item }}"
|
||||
namespace: "concourse-{{ item }}"
|
||||
name: "{{ item }}"
|
||||
namespace: "{{ item }}"
|
||||
definition: "{{ lookup('template', 'rbac/deploy-rolebinding.yml.j2') | from_yaml }}"
|
||||
state: present
|
||||
loop:
|
||||
- main
|
||||
- concourse-main
|
||||
- concourse-inetmock
|
||||
- blog
|
||||
- inetmock
|
||||
|
||||
- name: Create Gitea team credentials
|
||||
|
|
Loading…
Reference in a new issue