Skip to content

Commit

Permalink
Merge pull request #120 from chillTschill/master
Browse files Browse the repository at this point in the history
[vcluster]: Removing variable 'KUBERNETES_SERVICE_HOST' from no_proxy
  • Loading branch information
wthhub authored Oct 31, 2023
2 parents 6197547 + 36fd3db commit 431085e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vcluster
description: Virtual Kubernetes Cluster
type: application
version: 0.5.1
version: 0.5.2
appVersion: 0.1.0
keywords:
- vcluster
Expand Down
2 changes: 1 addition & 1 deletion charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__This Chart is under active development! We try to improve documentation and values consistency over time__

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Virtual Kubernetes Cluster

Expand Down
2 changes: 1 addition & 1 deletion charts/vcluster/templates/pkg/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Common Selector Labels
{{- $no_proxy = ($no_proxy | trimSuffix ",") -}}

{{/* Standard Stuff */}}
{{- $no_proxy = printf "%s,%s,.%s" $no_proxy "localhost,127.0.0.1,.svc,svc.,$KUBERNETES_SERVICE_HOST" ($.Release.Namespace | trimAll ".") -}}
{{- $no_proxy = printf "%s,%s,.%s" $no_proxy "localhost,127.0.0.1,.svc,svc." ($.Release.Namespace | trimAll ".") -}}

{{/* Kubernetes Component */}}
{{- if (include "kubernetes.enabled" $) -}}
Expand Down

0 comments on commit 431085e

Please sign in to comment.