fix: move operator into elastic-system namespace and add DNS record
This commit is contained in:
@@ -48,7 +48,7 @@ export class K8SOperators extends TerraformStack {
|
||||
repository: "https://helm.elastic.co",
|
||||
chart: "eck-operator",
|
||||
name: "elasticsearch",
|
||||
namespace: "elastic",
|
||||
namespace: "elastic-system",
|
||||
createNamespace: true,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user