ceph-rgw: stop storage init job on each run

this is to stop executing storage init job if we have ceph
deployment false under values

Change-Id: Iee3f7cf4c98a2c68c27b42011ffe6f07b278c2c4
This commit is contained in:
Chinasubbareddy M 2018-09-19 14:35:21 -05:00
parent e649ad529f
commit d5fecffdc1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if .Values.manifests.job_ceph_rgw_storage_init }}
{{- if and .Values.manifests.job_ceph_rgw_storage_init .Values.deployment.ceph }}
{{- $envAll := . }}
{{- $serviceAccountName := "ceph-rgw-storage-init" }}