[fix] Deploy maas-ingress-errors

Updating deployment-ingress-errors chart so ingress-errors deploys.
The chart was previously checking for rack_deployment which is now
rack_statefulset.

Change-Id: I79750804ca7bb62a7fcf9c91b80a435d9af332aa
This commit is contained in:
anthony.bellino 2019-09-24 19:22:43 +00:00
parent b7c29d2414
commit 8e4b97900c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if .Values.manifests.rack_deployment }}
{{- if .Values.manifests.rack_statefulset }}
{{- $envAll := . }}
{{- $serviceAccountName := "maas-ingress-errors" }}
{{- $mounts_maas_rack := .Values.pod.mounts.maas_rack }}