Skip to content

Commit

Permalink
Remove hardcoded values
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent d95513c commit ba86960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/artemis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ application:

# Initial Artemis admin account - Required!
internalAdmin:
username: admin
password: admin123
username:
password:

# Set true if external user management should be enabled
useExternal: false
Expand All @@ -33,7 +33,7 @@ application:
# Local Version Control configuration
versioncontrol:
provider: "localvc"
url: "https://pr0.artemis-k8s.ase.cit.tum.de"
url: ""
local_vcs_repo_path: /artemisdata/vcs/repo
ssh_key_path: /artemisdata/artemisdata/ssh-keys
build_agent_git_credentials:
Expand All @@ -56,7 +56,7 @@ application:

# Configuration of the jHipster Registry
registry:
jwt: SuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecureSuperSecure
jwt:
password: "SuperSecure"

# ActiveMQ message broker configuration
Expand Down

0 comments on commit ba86960

Please sign in to comment.