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

Fix #1616: Goals failing with Access Configuration #1617

Merged
merged 3 commits into from
Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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