Skip to content

Commit

Permalink
chore: set default namespace of glasskube-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Oct 31, 2023
1 parent b1024de commit dc3adbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.reflect.KProperty
object Environment {
val MANAGE_NAMESPACE by EnvProperty()
val MANAGE_CURRENT_NAMESPACE by EnvProperty()
val NAMESPACE by EnvProperty()
val NAMESPACE by EnvProperty("glasskube-system")
val MINIO_HOST_NAME by EnvProperty("glasskube-minio")
val MINIO_SECRET_NAME by EnvProperty("glasskube-minio")

Expand Down

0 comments on commit dc3adbe

Please sign in to comment.