fix
This commit is contained in:
@@ -78,6 +78,10 @@ resource "kubectl_manifest" "el" {
|
|||||||
params:
|
params:
|
||||||
- name: "filter"
|
- name: "filter"
|
||||||
value: "header.match('X-GitHub-Event', 'push')"
|
value: "header.match('X-GitHub-Event', 'push')"
|
||||||
|
- name: "overlays"
|
||||||
|
value:
|
||||||
|
- key: branch_name
|
||||||
|
expression: "body.ref.split('/')[2]"
|
||||||
- name: ref-heads
|
- name: ref-heads
|
||||||
ref:
|
ref:
|
||||||
kind: ClusterInterceptor
|
kind: ClusterInterceptor
|
||||||
|
|||||||
Reference in New Issue
Block a user