Skip to content

Commit

Permalink
remove 'publish-status-address=localhost' and fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Jan 23, 2022
1 parent 422b43e commit 2be6b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/addons/ingress/ingress-deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

//ref: https://github.com/kubernetes/ingress-nginx/blob/main/deploy/static/provider/kind/deploy.yaml
# ref: https://github.com/kubernetes/ingress-nginx/blob/main/deploy/static/provider/kind/deploy.yaml

apiVersion: v1
kind: Namespace
Expand Down Expand Up @@ -443,7 +443,6 @@ spec:
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
- --publish-status-address=localhost

This comment has been minimized.

Copy link
@cristiansteib

cristiansteib Feb 17, 2022

Does anyone know when this is going to be released?
Regards.

{{- if .CustomIngressCert}}
- --default-ssl-certificate={{ .CustomIngressCert }}
{{- end}}
Expand Down

0 comments on commit 2be6b99

Please sign in to comment.