Automated upload for garm-provider-test.t09.de
This commit is contained in:
parent
39d0a13a77
commit
7f81b9478b
1 changed files with 2 additions and 11 deletions
|
|
@ -4,45 +4,38 @@ controllers:
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
env:
|
env:
|
||||||
|
- name: TERRALIST_OAUTH_PROVIDER
|
||||||
|
value: oidc
|
||||||
- name: TERRALIST_OI_CLIENT_ID
|
- name: TERRALIST_OI_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: client-id
|
key: client-id
|
||||||
|
|
||||||
- name: TERRALIST_OI_CLIENT_SECRET
|
- name: TERRALIST_OI_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: client-secret
|
key: client-secret
|
||||||
|
|
||||||
- name: TERRALIST_OI_AUTHORIZE_URL
|
- name: TERRALIST_OI_AUTHORIZE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: authorize-url
|
key: authorize-url
|
||||||
|
|
||||||
- name: TERRALIST_OI_TOKEN_URL
|
- name: TERRALIST_OI_TOKEN_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: token-url
|
key: token-url
|
||||||
|
|
||||||
- name: TERRALIST_OI_USERINFO_URL
|
- name: TERRALIST_OI_USERINFO_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: userinfo-url
|
key: userinfo-url
|
||||||
|
|
||||||
- name: TERRALIST_OI_SCOPE
|
- name: TERRALIST_OI_SCOPE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: oidc-credentials
|
name: oidc-credentials
|
||||||
key: scope
|
key: scope
|
||||||
|
|
||||||
- name: TERRALIST_OAUTH_PROVIDER
|
|
||||||
value: oidc
|
|
||||||
|
|
||||||
- name: TERRALIST_TOKEN_SIGNING_SECRET
|
- name: TERRALIST_TOKEN_SIGNING_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
@ -53,8 +46,6 @@ controllers:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: terralist-secret
|
name: terralist-secret
|
||||||
key: cookie-secret
|
key: cookie-secret
|
||||||
- name: TERRALIST_GH_ORGANIZATION
|
|
||||||
value: think-ahead-technologies
|
|
||||||
- name: TERRALIST_URL
|
- name: TERRALIST_URL
|
||||||
value: https://terralist.garm-provider-test.t09.de
|
value: https://terralist.garm-provider-test.t09.de
|
||||||
- name: TERRALIST_SQLITE_PATH
|
- name: TERRALIST_SQLITE_PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue