Skip to content

Commit fdf4177

Browse files
committed
Backport changes to Helm chart
1 parent dfb8d84 commit fdf4177

File tree

4 files changed

+2
-64
lines changed

4 files changed

+2
-64
lines changed

kubernetes/charts/weblogic-operator/templates/_operator-clusterrolebinding-auth-delegator.tpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

kubernetes/charts/weblogic-operator/templates/_operator-clusterrolebinding-discovery.tpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
- name: "KUBERNETES_PLATFORM"
7676
value: {{ .kubernetesPlatform | quote }}
7777
- name: "JAVA_LOGGING_MAXSIZE"
78-
value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
78+
value: {{ int64 .javaLoggingFileSizeLimit | default 20000000 | quote }}
7979
- name: "JAVA_LOGGING_COUNT"
8080
value: {{ .javaLoggingFileCount | default 10 | quote }}
8181
{{- if .remoteDebugNodePortEnabled }}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
{{- define "operator.operator" -}}
@@ -10,8 +10,6 @@
1010
{{- include "operator.operatorClusterRoleOperatorAdmin" . }}
1111
{{- include "operator.operatorClusterRoleDomainAdmin" . }}
1212
{{- include "operator.clusterRoleBindingGeneral" . }}
13-
{{- include "operator.clusterRoleBindingAuthDelegator" . }}
14-
{{- include "operator.clusterRoleBindingDiscovery" . }}
1513
{{- if not (or (eq (default "List" .domainNamespaceSelectionStrategy) "Dedicated") (and .dedicated (eq (default "List" .domainNamespaceSelectionStrategy) "List"))) }}
1614
{{- include "operator.clusterRoleBindingNonResource" . }}
1715
{{- end }}

0 commit comments

Comments
 (0)