diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 23461b1..05f6c48 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.1.4 \ No newline at end of file +version: 0.1.5 \ No newline at end of file diff --git a/chart/templates/database/cluster.yaml b/chart/templates/database/cluster.yaml index 967540d..473bb22 100644 --- a/chart/templates/database/cluster.yaml +++ b/chart/templates/database/cluster.yaml @@ -16,8 +16,8 @@ spec: cpu: "500m" managed: roles: - - name: kubooboo - ensure: present - login: true - passwordSecret: - name: database.password.secretName \ No newline at end of file + - name: kubooboo + ensure: present + login: true + passwordSecret: + name: database.password.secretName \ No newline at end of file