Skip to content

Commit 24f3be8

Browse files
authored
apply kustomize (#219)
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent 50c98ee commit 24f3be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/components-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jobs:
139139
140140
- name: Apply RBAC and CRD manifests
141141
run: |
142-
oc apply -f components/manifests/crds/
143-
oc apply -f components/manifests/rbac/
142+
oc apply -k components/manifests/crds/
143+
oc apply -k components/manifests/rbac/
144144
145145
deploy-to-openshift:
146146
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)