diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-12-03 20:14:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-03 20:14:16 +0000 |
commit | 85bbacc1afb2d7160128bee00e194ae5834a8296 (patch) | |
tree | da37a757e60b2b3d5e83779bb36e4f3d70e20f78 /deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml | |
parent | d857dba045010a6d3f69845efbb40eaa6b927685 (diff) | |
parent | ccbd9d767ad08455382e2cec91e0bfc4ed7ea942 (diff) |
Merge "Upgrade istio-operator"
Diffstat (limited to 'deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml')
-rw-r--r-- | deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml b/deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml index 8c440a4e..4a8b11b2 100644 --- a/deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml +++ b/deployments/helm/servicemesh/istio/istio-instance/templates/istio-sds.yaml @@ -29,8 +29,7 @@ spec: sds: enabled: {{ .Values.spec.sds.enabled }} udsPath: {{ .Values.spec.sds.udsPath | quote }} - useTrustworthyJwt: {{ .Values.spec.sds.useTrustworthyJwt }} - useNormalJwt: {{ .Values.spec.sds.useNormalJwt }} + tokenAudience: {{ .Values.spec.sds.tokenAudience | quote}} gateways: enabled: {{ .Values.spec.gateways.enabled }} ingress: |