Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from PizzaFactory/prp-add-hostnameOverride
Browse files Browse the repository at this point in the history
Hotfix.
  • Loading branch information
monaka authored Feb 8, 2020
2 parents 78b7e78 + 038d242 commit 6dab73c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/kubernetes/che-devfile-registry/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{{- define "hostname" -}}
{{- .Values.hostnameOverride | default (printf "che-plugin-registry-%s" .Release.Namespace) -}}
{{- end -}}
#
# Copyright (c) 2018 Red Hat, Inc.
# This program and the accompanying materials are made
Expand All @@ -6,9 +9,7 @@
#
# SPDX-License-Identifier: EPL-2.0
#
{{- define "hostname" -}}
{{- .Values.hostnameOverride | default (printf "che-plugin-registry-%s" .Release.Namespace) -}}
{{- end -}}

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
Expand Down

0 comments on commit 6dab73c

Please sign in to comment.