Skip to content

Commit

Permalink
Global accounts tool (#1286)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Kyma Binding with Gardener's Adminkubeconfig  (#1160)

* Gardener Admin Kubeconfig Generation as a Default Binding Provider

* Linter & Default Service Account Correction

* Build Correction

* Added Missing Scheme Registration for shoot Package

* Linter

* Removed Empty Test

* Removed Debug Lines

* Review Remarks

* Review Remarks

* Removed Unnecessary Import

* Linter

* Review Remarks

* Review Remarks

* Linter

* Review Remarks

* Bump sec-scanners-config.yaml, KEB images and Chart to 1.10.6 (#1181)

* Extend binding create endpoint (#1180)

* Extend binding create endpoint

* Apply suggestions

* Remove necessary comment

* Bump sec-scanners-config.yaml, KEB images and Chart to 1.10.7 (#1183)

* Remove avs (#1182)

* Remove AvS code

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: Wojciech Wrzalik <[email protected]>
Co-authored-by: Kyma gopher bot <[email protected]>
Co-authored-by: KsaweryZietara <[email protected]>
Co-authored-by: Piotr Miśkiewicz <[email protected]>
  • Loading branch information
5 people authored Oct 9, 2024
1 parent c268f01 commit 5311140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/keb/templates/globalaccounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ spec:
- name: GLOBALACCOUNTS_CLIENT_ID
valueFrom:
secretKeyRef:
name: {{ .Values.globalaccounts.svc.secretName | required "please specify .Values.globalaccounts.svc.secretName" | quote }}
name: {{ .Values.cis.accounts.secretName | required "please specify .Values.cis.accounts.secretName" | quote }}
key: id
- name: GLOBALACCOUNTS_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.globalaccounts.svc.secretName | required "please specify .Values.globalaccounts.svc.secretName" | quote }}
name: {{ .Values.cis.accounts.secretName | required "please specify .Values.cis.accounts.secretName" | quote }}
key: secret
- name: GLOBALACCOUNTS_AUTH_URL
value: {{ .Values.globalaccounts.svc.authURL | required "please specify .Values.globalaccounts.svc.authURL" | quote }}
value: {{ .Values.cis.accounts.authURL | required "please specify .Values.cis.accounts.authURL" | quote }}
- name: GLOBALACCOUNTS_SERVICE_URL
value: {{ .Values.globalaccounts.svc.serviceURL | required "please specify .Values.globalaccounts.svc.serviceURL" | quote }}
value: {{ .Values.cis.accounts.serviceURL | required "please specify .Values.cis.accounts.serviceURL" | quote }}
- name: GLOBALACCOUNTS_DATABASE_SSLMODE
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 5311140

Please sign in to comment.