Skip to content

Commit

Permalink
test server-side apply
Browse files Browse the repository at this point in the history
  • Loading branch information
rachedbenmustapha committed Aug 13, 2024
1 parent fd4dbea commit babeed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/deploy-zenko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ create_encryption_secret()
create_encryption_secret

env $(dependencies_env) envsubst < ${ZENKOVERSION_PATH} | kubectl -n ${NAMESPACE} apply -f -
envsubst < ${ZENKO_CR_PATH} | kubectl -n ${NAMESPACE} apply -f -
envsubst < ${ZENKO_CR_PATH} | kubectl -n ${NAMESPACE} --server-side apply -f -

k_cmd="kubectl -n ${NAMESPACE} get zenko/${ZENKO_NAME}"
for i in $(seq 1 120); do
Expand Down

0 comments on commit babeed4

Please sign in to comment.