Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 18, 2024
1 parent 485e049 commit 63eed04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion covalent_kubernetes_plugin/assets/infra/default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ instance_types = ["t2.medium"]
disk_size = 8
min_size = 1
max_size = 6
desired_size = 2
desired_size = 2
2 changes: 1 addition & 1 deletion covalent_kubernetes_plugin/assets/infra/deploy-eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ echo "Created Kubernetes cluster: $cluster_name"
mv $KUBECONFIG $STATEPATH/$KUBECONFIG
echo
echo "Please apply the following to your environment by typing"
echo "export KUBECONFIG=$STATEPATH/$KUBECONFIG"
echo "export KUBECONFIG=$STATEPATH/$KUBECONFIG"
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ spec:
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs/ca-bundle.crt"
path: "/etc/ssl/certs/ca-bundle.crt"
2 changes: 1 addition & 1 deletion sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def simple_workflow(a, b):

# Dispatch the workflow
dispatch_id = ct.dispatch(simple_workflow)("Hello", "World")
print(dispatch_id)
print(dispatch_id)

0 comments on commit 63eed04

Please sign in to comment.