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:
parent
e035bed802
commit
12bcf77d62
2 changed files with 1343 additions and 2320 deletions
|
|
@ -2,5 +2,7 @@
|
|||
- name: Deploy Uyuni Server on Kubernetes
|
||||
hosts: manager_nodes
|
||||
become: false
|
||||
vars:
|
||||
ansible_python_interpreter: "/home/{{ ansible_user }}/.venv/bin/python"
|
||||
roles:
|
||||
- uyuni
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue