Skip to content

Commit

Permalink
Fix k8s and enable it by default on PRs (#742)
Browse files Browse the repository at this point in the history
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/742
Co-authored-by: Thomas E Lackey <[email protected]>
Co-committed-by: Thomas E Lackey <[email protected]>
  • Loading branch information
telackey authored and Thomas E Lackey committed Feb 14, 2024
1 parent b22c72e commit 65d67db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitea/workflows/test-k8s-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: K8s Deploy Test

on:
pull_request:
branches: '*'
push:
branches: '*'
paths:
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s-deploy/run-deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if [ ! "$create_file_content" == "create-command-output-data" ]; then
fi

# Add a config file to be picked up by the ConfigMap before starting.
echo "dbfc7a4d-44a7-416d-b5f3-29842cc47650" > $test_deployment_dir/configmap/test-config/test_config
echo "dbfc7a4d-44a7-416d-b5f3-29842cc47650" > $test_deployment_dir/configmaps/test-config/test_config

echo "deploy create output file test: passed"
# Try to start the deployment
Expand Down

0 comments on commit 65d67db

Please sign in to comment.