Automated upload for garm-provider-test.t09.de

This commit is contained in:
Automated pipeline 2025-12-01 14:12:08 +00:00 committed by Actions pipeline
parent 39d0a13a77
commit 7f81b9478b

View file

@ -4,45 +4,38 @@ controllers:
containers:
app:
env:
- name: TERRALIST_OAUTH_PROVIDER
value: oidc
- name: TERRALIST_OI_CLIENT_ID
valueFrom:
secretKeyRef:
name: oidc-credentials
key: client-id
- name: TERRALIST_OI_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: oidc-credentials
key: client-secret
- name: TERRALIST_OI_AUTHORIZE_URL
valueFrom:
secretKeyRef:
name: oidc-credentials
key: authorize-url
- name: TERRALIST_OI_TOKEN_URL
valueFrom:
secretKeyRef:
name: oidc-credentials
key: token-url
- name: TERRALIST_OI_USERINFO_URL
valueFrom:
secretKeyRef:
name: oidc-credentials
key: userinfo-url
- name: TERRALIST_OI_SCOPE
valueFrom:
secretKeyRef:
name: oidc-credentials
key: scope
- name: TERRALIST_OAUTH_PROVIDER
value: oidc
- name: TERRALIST_TOKEN_SIGNING_SECRET
valueFrom:
secretKeyRef:
@ -53,8 +46,6 @@ controllers:
secretKeyRef:
name: terralist-secret
key: cookie-secret
- name: TERRALIST_GH_ORGANIZATION
value: think-ahead-technologies
- name: TERRALIST_URL
value: https://terralist.garm-provider-test.t09.de
- name: TERRALIST_SQLITE_PATH