Merge "Honor manifests:ingress_registry flag"

This commit is contained in:
Zuul 2019-08-21 14:29:07 +00:00 committed by Gerrit Code Review
commit 6ae549ea6d
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 and .Values.manifests.ingress_api .Values.network.registry.ingress.public }}
{{- if and .Values.manifests.ingress_registry .Values.network.registry.ingress.public }}
{{- $ingressOpts := dict "envAll" . "backendService" "registry" "backendServiceType" "image_registry" "backendPort" "g-reg" -}}
{{ $ingressOpts | include "helm-toolkit.manifests.ingress" }}
{{- end }}