Skip to content

Commit 4929779

Browse files
added GRPC_ENFORCE_ALPN_ENABLED flag in devtron-cm
1 parent 31f5107 commit 4929779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/devtron/templates/devtron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ data:
1313
DEVTRON_HELM_RELEASE_NAME: {{ $.Release.Name }}
1414
DEVTRON_HELM_RELEASE_NAMESPACE: {{ $.Release.Namespace }}
1515
FEATURE_MIGRATE_ARGOCD_APPLICATION_ENABLE: "true"
16+
GRPC_ENFORCE_ALPN_ENABLED: "false"
1617
{{ toYaml $.Values.global.dbConfig | indent 2 }}
1718
HELM_CLIENT_URL: kubelink-service-headless:50051
1819
DASHBOARD_PORT: "80"

0 commit comments

Comments
 (0)