Skip to content

Commit a16b282

Browse files
test(smoke): Fix test assertion
1 parent 00b3594 commit a16b282

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/opensearch/examples/getting_started/opensearch-dashboards-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extraVolumes:
4343
spec:
4444
storageClassName: secrets.stackable.tech
4545
accessModes:
46-
- ReadWriteOnce
46+
- ReadWriteOnce
4747
resources:
4848
requests:
4949
storage: "1"

docs/modules/opensearch/examples/getting_started/opensearch-dashboards-values.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extraVolumes:
4343
spec:
4444
storageClassName: secrets.stackable.tech
4545
accessModes:
46-
- ReadWriteOnce
46+
- ReadWriteOnce
4747
resources:
4848
requests:
4949
storage: "1"

tests/templates/kuttl/smoke/10-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ spec:
608608
apiVersion: v1
609609
fieldPath: metadata.name
610610
- name: node.roles
611-
value: ingest,data,remote_cluster_client
611+
value: data,ingest,remote_cluster_client
612612
- name: transport.publish_host
613613
# value: $(_POD_NAME).opensearch-nodes-data-headless.$NAMESPACE.svc.cluster.local
614614
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)