Updates to operator to version 2.2.9 of helm ha chart

This commit is contained in:
John Peterson
2020-04-10 12:47:40 -07:00
parent 5da9306e51
commit c8aaea9d69
2 changed files with 10 additions and 16 deletions

View File

@@ -5,19 +5,12 @@ artifactory-ha:
###################################
# EDIT TO YOUR DB CONFIGURATION
###################################
#database:
# type: "OVERRIDE"
# driver: "OVERRIDE"
# url: "OVERRIDE"
# user: "postgres"
# password: "OVERRIDE"
database:
type: "postgresql"
driver: "org.postgresql.Driver"
url: "jdbc:postgresql://postgres-postgresql:5432/artifactory"
user: "artifactory"
password: "password"
type: "OVERRIDE"
driver: "OVERRIDE"
url: "OVERRIDE"
user: "postgres"
password: "OVERRIDE"
###################################
# DO NOT EDIT FURTHER