Skip to content

Commit 397d06b

Browse files
authored
Merge pull request #2122 from Ananya2001-an/move-yaml-files
chore: move yaml files to correct folder
2 parents 0ab0c11 + 1e50e5f commit 397d06b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

examples/deployment_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main():
2929
# default location.
3030
config.load_kube_config()
3131

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

0 commit comments

Comments
 (0)