Open torsteinelv opened 19 hours ago
Good idea, however since Combodo recommends to use MariaDB over MySQL, I would add that as dependency instead. And preferable also the official MariaDB container. PRs are welcome.
Not sure how to create an pr on this.
we can change to chart.yaml dependencies:
values: mysql: enabled: true auth: rootPassword: itop database: itop username: itop password: itop primary: persistence: enabled: true size: 10Gi
Just example,
add to chart: dependencies:
add to values: mysql: enabled: true auth: rootPassword: your-root-password database: itop username: itop password: your-password primary: persistence: enabled: true size: 10Gi
add to templates/deployment.yaml: env: