Skip to content

Commit

Permalink
run hello world containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed Aug 31, 2024
1 parent 182ae41 commit 45651ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ def add_job(job):
v1.patch_namespaced_config_map(name=configmap_name, namespace=namespace, body=configmap)
lastjob = lastjob + 1

update_configmap(namespace, configmap_name, new_data)

v1 = client.CoreV1Api()

print("hallo test")
time.sleep(3)
print("hallo test ende")
Expand Down

0 comments on commit 45651ce

Please sign in to comment.