Skip to content

Commit

Permalink
Fix: use constants for ds project
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed Nov 29, 2023
1 parent 323041f commit 42e8eeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ void createDataScienceCluster() {

DataScienceCluster c = new DataScienceClusterBuilder()
.withNewMetadata()
.withName("test-dsp")
.withNamespace("test-ns")
.withName(DS_PROJECT_NAME)
.withNamespace(DS_PROJECT_NAMESPACE)
.endMetadata()
.withNewSpec()
.withComponents(
Expand Down

0 comments on commit 42e8eeb

Please sign in to comment.