Skip to content

Commit

Permalink
Update kubernetes_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia authored Mar 2, 2024
1 parent d8f24fa commit c226363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/kubernetes_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def create_pod(name: str,
effect="NoSchedule"
)
tolerations = [toleration]
dns_config = client.V1PodDNSConfig(nameservers=['8.8.8.8']
dns_config = client.V1PodDNSConfig(nameservers=['8.8.8.8'])
else:
node_selector = None
tolerations = []
Expand Down

0 comments on commit c226363

Please sign in to comment.