Skip to content

Commit 66d1074

Browse files
authored
Remove no longer necessary istioEnabled value from operator chart (#2371)
1 parent daaed96 commit 66d1074

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

documentation/staging/content/faq/namespace-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ externalRestHttpsPort: 31001
4848
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.2
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
51-
istioEnabled: false
5251
javaLoggingLevel: INFO
5352
logStashImage: logstash:6.6.0
5453
remoteDebugNodePortEnabled: false

kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ spec:
6868
value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
6969
- name: "JAVA_LOGGING_COUNT"
7070
value: {{ .javaLoggingFileCount | default 10 | quote }}
71-
- name: ISTIO_ENABLED
72-
value: {{ .istioEnabled | quote }}
7371
{{- if .remoteDebugNodePortEnabled }}
7472
- name: "REMOTE_DEBUG_PORT"
7573
value: {{ .internalDebugHttpPort | quote }}

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ externalRestHttpsPort: 31001
9999
# kubernetes/samples/scripts/rest/generate-external-rest-identity.sh
100100
# externalRestIdentitySecret:
101101

102-
# istioEnabled specifies whether or not the Domain is deployed under an Istio service mesh.
103-
istioEnabled: false
104-
105102
# elkIntegrationEnabled specifies whether or not ELK integration is enabled.
106103
elkIntegrationEnabled: false
107104

0 commit comments

Comments
 (0)