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:
parent
e649ad529f
commit
d5fecffdc1
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
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 := . }}
|
{{- $envAll := . }}
|
||||||
|
|
||||||
{{- $serviceAccountName := "ceph-rgw-storage-init" }}
|
{{- $serviceAccountName := "ceph-rgw-storage-init" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user