Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Fix #1616: Goals failing with Access Configuration (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loucher authored and lordofthejars committed Apr 11, 2019
1 parent 118bbc3 commit 7f9cf8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ After this we will switch probably to real [Semantic Versioning 2.0.0](http://se
* Refactor 1592: Removed Deprecated/Unused Osio specific enrichers.
* Fix 1608: Added Enricher for namespace to project conversion.
* Feature 1611: Allow creating namespaces from xml configuration
* Fix 1616: Goals failing with Access Configuration

### 4.0.0 (14-03-2019)
* Refactor 678: Enricher Workflow to allow direct generation of OpenShift objects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ClusterConfiguration {
private String keyStoreFile;
private String keyStorePassphrase;

private ClusterConfiguration() {
public ClusterConfiguration() {
this.namespace = KubernetesHelper.getDefaultNamespace();
}

Expand Down

0 comments on commit 7f9cf8f

Please sign in to comment.