File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
examples/deployment/kubernetes/scaffolding/log-server Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
6464 - name : Create a tree on it
6565 run : |
6666 echo '::group:: install create tree job'
67- ko apply -BRf ./examples/deployment/kubernetes/createtree
67+ kubectl apply -Rf ./examples/deployment/kubernetes/createtree
6868 echo '::endgroup::'
6969 echo '::group:::' waiting for job to complete'
7070 kubectl wait -n createtree --for=condition=Complete --timeout=5m jobs createtree
7171 echo '::endgroup::'
72- kubectl -n createtree get cm trillian-tree -ojsonpath='{.data.treeID}'
72+ kubectl -n createtree get cm trillian-tree -ojsonpath='{.data.treeID}'
7373
7474 - name : Collect diagnostics
7575 if : ${{ failure() }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments