diff --git a/charts/ps-db/Chart.yaml b/charts/ps-db/Chart.yaml index c3eae0c5..268cdfe6 100644 --- a/charts/ps-db/Chart.yaml +++ b/charts/ps-db/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.0" description: A Helm chart for installing Percona Server Databases using the PS Operator. name: ps-db home: https://www.percona.com/doc/kubernetes-operator-for-mysql/ps -version: 0.8.0 +version: 0.8.1 maintainers: - name: tplavcic email: tomislav.plavcic@percona.com diff --git a/charts/ps-db/templates/cluster.yaml b/charts/ps-db/templates/cluster.yaml index 79b6e2c2..16b19bf8 100644 --- a/charts/ps-db/templates/cluster.yaml +++ b/charts/ps-db/templates/cluster.yaml @@ -112,6 +112,10 @@ spec: {{- if $mysql.readinessProbe }} readinessProbe: {{ $mysql.readinessProbe | toYaml | indent 6 }} + {{- end }} + {{- if $mysql.startupProbe }} + startupProbe: +{{ $mysql.startupProbe | toYaml | indent 6 }} {{- end }} tolerations: {{ $mysql.tolerations | toYaml | indent 6 }}