style(helm): convert inline JSON ConfigMaps to YAML format

Replace inline JSON string definitions with native YAML syntax for Kubernetes resource manifests in helm.yml, improving readability and maintainability while preserving identical resource configurations.
This commit is contained in:
mrwho 2026-07-19 18:40:02 +03:00
parent e035bed802
commit 12bcf77d62
2 changed files with 1343 additions and 2320 deletions

View file

@ -2,5 +2,7 @@
- name: Deploy Uyuni Server on Kubernetes - name: Deploy Uyuni Server on Kubernetes
hosts: manager_nodes hosts: manager_nodes
become: false become: false
vars:
ansible_python_interpreter: "/home/{{ ansible_user }}/.venv/bin/python"
roles: roles:
- uyuni - uyuni

File diff suppressed because it is too large Load diff