-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[istio-endpoints] Bugfix on the Sidecar object (#16)
``` admission webhook "validation.istio.io" denied the request: configuration is invalid: host must be of form namespace/dnsName ``` The namespace needs to be included (or `.`).
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Per-Namespace Istio Configuration Chart | ||
|
||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
|
||
[elasticache]: https://aws.amazon.com/elasticache/ | ||
[serviceentry]: https://istio.io/latest/docs/reference/config/networking/service-entry/ | ||
|
@@ -53,7 +53,7 @@ spec: | |
+ dependencies: | ||
+ - name: istio-endpoints | ||
+ repository: https://k8s-charts.nextdoor.com | ||
+ version: 0.1.1 | ||
+ version: 0.1.2 | ||
maintainers: | ||
- name: diranged | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters