[bitnami/opensearch] fix: ✏️ Remove typo in ginkgo test

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier Salmeron Garcia
2023-12-13 10:25:02 +01:00
parent ceffc1fb0d
commit cedeea680e

View File

@@ -66,7 +66,7 @@ func createJob(ctx context.Context, c kubernetes.Interface, name string, port st
Command: []string{"curl", "-X", op, fmt.Sprintf("http://%s/%s", releaseName, index)},
},
},
SecurityContext: securityContext},
SecurityContext: securityContext,
},
},
},