[COMMON] Update all ReadinessChecks
[oom.git] / kubernetes / sdnc / components / network-name-gen / templates / deployment.yaml
index fbb8044..e1fcd23 100644 (file)
@@ -29,8 +29,8 @@ spec:
         - /app/ready.py
         args:
 {{- if .Values.global.mariadbGalera.localCluster }}
-        - --app-name
-        - {{ index .Values "mariadb-galera" "nameOverride" }}
+        - --service-name
+        - {{ include "common.mariadbService" . }}
 {{- else }}
         - --job-name
         - {{ include "common.release" . }}-{{ index .Values "mariadb-init" "nameOverride" }}-config-job