Skip to content

Commit

Permalink
fix/use correct oidcclientid env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
havardelnan committed Jan 14, 2025
1 parent 8055b6b commit 4de94c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
go run cmd/generator/main.go
- name: Build Swagger
run: |
go get ./...
go install github.com/swaggo/swag/cmd/swag@latest
swag init -g cmd/api/main.go --parseDependency --output internal/docs --parseInternal
Expand Down
2 changes: 1 addition & 1 deletion charts/ror-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
STARTUP_SLEEP_TIME: "0"
LOG_LEVEL: {{.Values.api.config.logLevel | quote}}
OIDC_PROVIDER: {{.Values.api.config.oidc.provider | quote}}
OIDC_CLIENTID: {{.Values.api.config.oidc.clientId | quote}}
OIDC_CLIENT_ID: {{.Values.api.config.oidc.clientId | quote}}
OPENTELEMETRY_COLLECTOR_ENDPOINT: "ror-opentelemetry-collector.nhn-ror.svc:4317"
ENABLE_TRACING: {{.Values.api.config.tracing.enabled | quote}}
HTTP_TIMEOUT: {{.Values.api.http.timeout | quote}}
Expand Down

0 comments on commit 4de94c5

Please sign in to comment.