This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 419cd1a  rm SW_ENVOY_ALS_ENABLED (#54)
419cd1a is described below

commit 419cd1aed8bb4ad972208e5a031527a25d2ae690
Author: innerpeacez <innerpeace.z...@gmail.com>
AuthorDate: Tue Sep 1 20:42:51 2020 +0800

    rm SW_ENVOY_ALS_ENABLED (#54)
---
 chart/skywalking/templates/oap-deployment.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/chart/skywalking/templates/oap-deployment.yaml 
b/chart/skywalking/templates/oap-deployment.yaml
index 60d0388..c70782d 100644
--- a/chart/skywalking/templates/oap-deployment.yaml
+++ b/chart/skywalking/templates/oap-deployment.yaml
@@ -122,10 +122,6 @@ spec:
               fieldPath: metadata.uid
         - name: SW_STORAGE
           value: {{ .Values.oap.storageType }}
-        {{- if .Values.oap.envoy.als.enabled }}
-        - name: SW_ENVOY_ALS_ENABLED
-          value: {{ .Values.oap.envoy.als.enabled | quote}}
-        {{- end }}
         - name: SW_STORAGE_ES_CLUSTER_NODES
 {{- if .Values.elasticsearch.enabled }}
           value: "{{ .Values.elasticsearch.clusterName }}-{{ 
.Values.elasticsearch.nodeGroup }}:{{ .Values.elasticsearch.httpPort }}"

Reply via email to