Skip to content

Commit

Permalink
Merge branch 'release-1.11' into issue/808
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r authored Jan 24, 2022
2 parents fdb042f + 1a623b5 commit fb96fba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: banzaicloud/istio-operator
newName: ghcr.io/banzaicloud/istio-operator
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "name-with-revision" ( dict "name" "istiod" "context" $) }}
namespace: {{ .Values.global.istioNamespace }}
namespace: {{ .Release.Namespace }}
{{- end }}
1 change: 1 addition & 0 deletions internal/assets/manifests/istio-discovery/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ telemetry:
{{- end }}

{{- define "global" }}
istioNamespace: "{{ .Namespace }}"
{{ valueIf (dict "key" "distribution" "value" .GetSpec.GetDistribution) }}
{{- if .GetSpec.GetMode }}
mode: {{ .GetSpec.GetMode | toString }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global:
istioNamespace: istio-system
proxy:
image: proxyv2
privileged: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global:
istioNamespace: istio-system
meshID: mesh1
mode: PASSIVE
multiCluster:
Expand Down

0 comments on commit fb96fba

Please sign in to comment.