Skip to content

Commit

Permalink
Drop GUI user creation from the chart (#12)
Browse files Browse the repository at this point in the history
It is flaky and it does not need to be repeated so it is better
delegated to user's post-installation tasks.
  • Loading branch information
yoctozepto authored Jul 17, 2024
1 parent 89f47f8 commit 23a0395
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion charts/nebulous-gui-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
29 changes: 0 additions & 29 deletions charts/nebulous-gui-controller/templates/add-user-to-csm.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions charts/nebulous-gui-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,3 @@ env:
value: "nebulous"
- name: APOS_MONGODB_URI
value: "mongodb://username:password@nebulous-gui-controller-mongodb:27017/admin"

apostropheCMS:
user:
name: admin
password: admin

0 comments on commit 23a0395

Please sign in to comment.