Skip to content

Commit

Permalink
chore: move yaml files to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya2001-an authored and yliaog committed Sep 17, 2023
1 parent d58c6c1 commit d77daf4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deployment_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
# default location.
config.load_kube_config()

with open(path.join(path.dirname(__file__), "nginx-deployment.yaml")) as f:
with open(path.join(path.dirname(__file__), "yaml_dir/nginx-deployment.yaml")) as f:
dep = yaml.safe_load(f)
k8s_apps_v1 = client.AppsV1Api()
resp = k8s_apps_v1.create_namespaced_deployment(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d77daf4

Please sign in to comment.