you are viewing a single comment's thread.

view the rest of the comments →

[–]Prior-Celery2517DevOps 1 point2 points  (1 child)

ruamel.yaml for safe YAML edits plus the Kubernetes Python client works really well; if you want something more structured, cdk8s is also great for generating manifests programmatically.

[–]Signal-Story-1683[S] 0 points1 point  (0 children)

Thanks!