Skip to content

Commit

Permalink
fix(consortia): change init setup for generic template (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Oct 6, 2023
1 parent c216d98 commit c220521
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v1.2.0
targetRevision: fix/generic-template
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v1.2.0
targetRevision: fix/generic-template
plugin:
env:
- name: AVP_SECRET
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-templategeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam:v1.2.0
imagePullPolicy: Always
command:
- sh
Expand All @@ -32,7 +32,7 @@ keycloak:
echo "Copying themes..."
cp -R /import/themes/catenax-central/* /themes
echo "Copying realms..."
cp -R /import/catenax-central/dev/realms/* /realms
cp -R /import/catenax-central/realms/* /realms
volumeMounts:
- name: themes
mountPath: "/themes"
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/sharedidp/values-templategeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ keycloak:
mountPath: "/realms"
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam:v1.2.0
imagePullPolicy: Always
command:
- sh
Expand All @@ -48,7 +48,7 @@ keycloak:
echo "Copying themes-catenax-shared-portal..."
cp -R /import/themes/catenax-shared-portal/* /themes-catenax-shared-portal
echo "Copying realms..."
cp -R /import/catenax-shared/dev/realms/* /realms
cp -R /import/catenax-shared/realms/* /realms
volumeMounts:
- name: themes-catenax-shared
mountPath: "/themes-catenax-shared"
Expand Down

0 comments on commit c220521

Please sign in to comment.