Skip to content

Commit

Permalink
[PHEE-503] post_installation_job enabling fix (#344)
Browse files Browse the repository at this point in the history
* [PHEE-503]Automate secret creation and deploy BPMN

* [PHEE-503]Automate secret creation and deploy BPMN

* Add clusterrole and CRB for the job

* test job-creator-role with serviceaccount,CR and CRB

* post installtion job enable/disable

* enable job in ph-ee-engine

* disable jobin security chart

* disable post-installation-job in ph-ee chart chart and enable in g2psandbox

* fix minio values in g2psandbox

---------

Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Jan 10, 2024
1 parent cf06dd4 commit e92e7e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/g2p-sandbox-security/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ ph-ee-engine:
enabled: false
ingress:
enabled: false
hostname: admin-kong.sandbox.mifos.io
hostname: admin-kong.sandbox.mifos.io
11 changes: 7 additions & 4 deletions helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@ ph-ee-engine:
annotations:
deployTime: "{{ .Values.deployTime }}"

post_installation_job:
enabled: true
minio:
enabled: false

account_mapper:
enabled: true
image: docker.io/openmf/ph-ee-identity-account-mapper:v1.4.0
Expand Down Expand Up @@ -623,7 +628,5 @@ account_mapper:
url: jdbc:mysql:thin://operationsmysql:3306/identity_account_mapper
username: mifos
password: password
minio:
enabled: false
post_installation_job:
enabled: true


0 comments on commit e92e7e2

Please sign in to comment.