Skip to content

Commit 43b62bb

Browse files
Víctor Rampérez MartínVíctor Rampérez Martín
authored andcommitted
chore(did-helper): replace aux did-helper in favour of the official fiware one
1 parent ca017b9 commit 43b62bb

File tree

12 files changed

+40
-215
lines changed

12 files changed

+40
-215
lines changed

deploy/aux-charts/did-helper/Chart.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

deploy/aux-charts/did-helper/templates/_helpers.tpl

Lines changed: 0 additions & 18 deletions
This file was deleted.

deploy/aux-charts/did-helper/templates/did-helper-deployment.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

deploy/aux-charts/did-helper/templates/did-helper-ingress.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

deploy/aux-charts/did-helper/templates/did-helper-secret.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

deploy/aux-charts/did-helper/templates/did-helper-service.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

deploy/aux-charts/did-helper/values.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
name: did-helper-secret
5+
data:
6+
store-pass: Y2hhbmdlaXQ=

deploy/config/keycloak-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ data:
11851185
"config": {
11861186
"keystore": [ "/did-material/cert.pfx" ],
11871187
"keystorePassword": [ "${STORE_PASS}" ],
1188-
"keyAlias": [ "didPrivateKey" ],
1188+
"keyAlias": [ "myAlias" ],
11891189
"keyPassword": [ "${STORE_PASS}" ],
11901190
"kid": [ "${DID}"],
11911191
"active": [

deploy/helmfile.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ repositories:
33
url: https://kubernetes.github.io/ingress-nginx
44
- name: postgres-operator
55
url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
6+
- name: fiware
7+
url: https://fiware.github.io/helm-charts
68

79

810
releases:
@@ -58,10 +60,20 @@ releases:
5860
- "{{ .Release.Namespace }}"
5961
- "-f"
6062
- "./config/keycloak-config.yaml"
63+
- events: ["presync"]
64+
showlogs: true
65+
command: "kubectl"
66+
args:
67+
- "apply"
68+
- "-n"
69+
- "{{ .Release.Namespace }}"
70+
- "-f"
71+
- "./config/did-helper-keystore-pwd.yaml"
6172

6273
- name: did-helper
6374
namespace: keycloak
64-
chart: ./aux-charts/did-helper
75+
chart: fiware/did-helper
76+
version: 0.1.6
6577
labels:
6678
deploy: infra
6779
needs:

0 commit comments

Comments
 (0)