Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
achrefbensaad committed Dec 20, 2024
1 parent dd89758 commit 57909d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/KubeArmorOperator/common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var (
Url: "",
AlertsIndexName: "kubearmor-alerts",
Auth: opv1.ElasticSearchAuth{
SecretName: "",
SecretName: "elastic-secret",
UserNameKey: "username",
PasswordKey: "password",
},
Expand Down

0 comments on commit 57909d9

Please sign in to comment.