-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix default values for webmodeler with mandatory parameters
- Loading branch information
1 parent
8af0389
commit 44e257c
Showing
8 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,9 +79,14 @@ webModeler: | |
externalDatabase: | ||
url: jdbc:aws-wrapper:postgresql://${DB_HOST}:5432/${DB_WEBMODELER_NAME}?wrapperPlugins=iam | ||
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: identity-secret-for-components # this fake password reference is needed to let the chart deploy webmodeler | ||
existingSecretPasswordKey: password | ||
env: | ||
- name: SPRING_DATASOURCE_DRIVER_CLASS_NAME | ||
value: software.amazon.jdbc.Driver | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
identity: | ||
contextPath: /identity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,8 @@ global: | |
name: identity-secret-for-components | ||
|
||
webModeler: | ||
enabled: false # by default, webModeler is not enabled | ||
|
||
serviceAccount: | ||
name: ${CAMUNDA_WEBMODELER_SERVICE_ACCOUNT_NAME} | ||
annotations: | ||
|
@@ -70,9 +72,14 @@ webModeler: | |
externalDatabase: | ||
url: jdbc:aws-wrapper:postgresql://${DB_HOST}:5432/${DB_WEBMODELER_NAME}?wrapperPlugins=iam | ||
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: identity-secret-for-components # this fake password reference is needed to let the chart deploy webmodeler | ||
existingSecretPasswordKey: password | ||
env: | ||
- name: SPRING_DATASOURCE_DRIVER_CLASS_NAME | ||
value: software.amazon.jdbc.Driver | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
|
||
identity: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,9 @@ webModeler: | |
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: webmodeler-postgres-secret | ||
existingSecretPasswordKey: password | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
optimize: | ||
contextPath: /optimize | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,9 @@ webModeler: | |
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: webmodeler-postgres-secret | ||
existingSecretPasswordKey: password | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
optimize: | ||
migration: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,9 +79,14 @@ webModeler: | |
externalDatabase: | ||
url: jdbc:aws-wrapper:postgresql://${DB_HOST}:5432/${DB_WEBMODELER_NAME}?wrapperPlugins=iam | ||
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: identity-secret-for-components # this fake password reference is needed to let the chart deploy webmodeler | ||
existingSecretPasswordKey: password | ||
env: | ||
- name: SPRING_DATASOURCE_DRIVER_CLASS_NAME | ||
value: software.amazon.jdbc.Driver | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
identity: | ||
contextPath: /identity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,8 @@ global: | |
name: identity-secret-for-components | ||
|
||
webModeler: | ||
enabled: false # by default, webModeler is not enabled | ||
|
||
serviceAccount: | ||
name: ${CAMUNDA_WEBMODELER_SERVICE_ACCOUNT_NAME} | ||
annotations: | ||
|
@@ -70,10 +72,14 @@ webModeler: | |
externalDatabase: | ||
url: jdbc:aws-wrapper:postgresql://${DB_HOST}:5432/${DB_WEBMODELER_NAME}?wrapperPlugins=iam | ||
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: identity-secret-for-components # this fake password reference is needed to let the chart deploy webmodeler | ||
existingSecretPasswordKey: password | ||
env: | ||
- name: SPRING_DATASOURCE_DRIVER_CLASS_NAME | ||
value: software.amazon.jdbc.Driver | ||
|
||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
identity: | ||
serviceAccount: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,9 @@ webModeler: | |
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: webmodeler-postgres-secret | ||
existingSecretPasswordKey: password | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
optimize: | ||
contextPath: /optimize | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,9 @@ webModeler: | |
user: ${DB_WEBMODELER_USERNAME} | ||
existingSecret: webmodeler-postgres-secret | ||
existingSecretPasswordKey: password | ||
mail: | ||
existingSecret: identity-secret-for-components # reference the smtp password | ||
fromAddress: [email protected] # change this required value | ||
|
||
optimize: | ||
migration: | ||
|