Skip to content

Commit

Permalink
fix: namespace name in istio virtualService example file
Browse files Browse the repository at this point in the history
  • Loading branch information
h1manshu98 committed Oct 13, 2023
1 parent a107431 commit 604353e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _examples/basic/config/istio/virtual-service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If application will be deployed using HelmChart(ChartName=myapp) then:
# replace `appname` by `{{ include "myapp.fullname" . }}` and
# replace `istio-system` by `{{ include "myapp.namespace" . }}`
# replace `default` by `{{ include "myapp.namespace" . }}`

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
Expand Down
2 changes: 1 addition & 1 deletion _examples/complete/config/istio/virtual-service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If application will be deployed using HelmChart(ChartName=myapp) then:
# replace `appname` by `{{ include "myapp.fullname" . }}` and
# replace `istio-system` by `{{ include "myapp.namespace" . }}`
# replace `default` by `{{ include "myapp.namespace" . }}`

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
Expand Down
2 changes: 1 addition & 1 deletion _examples/external-eks/config/istio/virtual-service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If application will be deployed using HelmChart(ChartName=myapp) then:
# replace `appname` by `{{ include "myapp.fullname" . }}` and
# replace `istio-system` by `{{ include "myapp.namespace" . }}`
# replace `default` by `{{ include "myapp.namespace" . }}`

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
Expand Down

0 comments on commit 604353e

Please sign in to comment.