Skip to content

Commit

Permalink
Update CORS and OTLP Again (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jun 18, 2024
1 parent 8545a57 commit a52fa06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Build Helm Chart
run: helm dependency update charts/identity
- name: Release Helm Chart
uses: unikorn-cloud/chart-release-action@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/d

dependencies:
- name: unikorn-common
version: v0.1.3
version: v0.1.5
repository: https://unikorn-cloud.github.io/helm-common
8 changes: 2 additions & 6 deletions charts/identity/templates/identity/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ spec:
- --host=https://{{ include "unikorn.identity.host" . }}
- --jose-tls-secret=unikorn-identity-jose-tls
- --refresh-token-duration={{ printf "%dh" (mul .Values.issuer.maxTokenDurationDays 24) }}
{{- with $cors := ( include "unikorn.cors.flags" . ) -}}
{{ $cors | nindent 8 }}
{{- end }}
{{- with $otlp := ( include "unikorn.otlp.flags" .) -}}
{{ $otlp | nindent 8 }}
{{- end }}
{{- include "unikorn.cors.flags" . | nindent 8 }}
{{- include "unikorn.otlp.flags" . | nindent 8 }}
ports:
- name: http
containerPort: 6080
Expand Down

0 comments on commit a52fa06

Please sign in to comment.