Skip to content

Commit b6d774e

Browse files
Update tests/templates/kuttl/opensearch-dashboards/20_opensearch-dashboards-values.yaml.j2
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 7ebbba8 commit b6d774e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/templates/kuttl/opensearch-dashboards/20_opensearch-dashboards-values.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ image:
55
service:
66
type: NodePort
77
serviceAccount:
8-
# The Helm chart appends "-dashboards", so that the actual
9-
# ServiceAccount name is "opensearch-dashboards".
10-
# see https://github.com/opensearch-project/helm-charts/blob/opensearch-dashboards-2.27.1/charts/opensearch-dashboards/templates/_helpers.tpl#L58
11-
name: opensearch
8+
create: false
9+
# Use the ServiceAccount of OpenSearch because its permissions are already configured to work on
10+
# OpenShift.
11+
name: opensearch-serviceaccount
1212
extraEnvs:
1313
- name: OPENSEARCH_PASSWORD
1414
valueFrom:

0 commit comments

Comments
 (0)