Skip to content

Commit

Permalink
Update gen-secret.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml committed Oct 4, 2018
1 parent c96a8c0 commit 2b99fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/gen-secret.py
Expand Up @@ -26,7 +26,7 @@ def gen_kube_secret():
}
}

return yaml.dump(kube_def, default_flow_style=False)
return yaml.safe_dump(kube_def, default_flow_style=False)


print(gen_kube_secret())

0 comments on commit 2b99fa5

Please sign in to comment.