penpot fixes

This commit is contained in:
Morten Olsen
2025-10-16 21:37:03 +02:00
parent ca1f088c0b
commit c2a8fdb484
2 changed files with 7 additions and 2 deletions

View File

@@ -124,6 +124,11 @@ spec:
secretKeyRef: secretKeyRef:
name: "{{ .Release.Name }}-client" name: "{{ .Release.Name }}-client"
key: configurationIssuer key: configurationIssuer
- name: PENPOT_OIDC_AUTH_URI
valueFrom:
secretKeyRef:
name: "{{ .Release.Name }}-client"
key: authorization
# - name: PENPOT_OIDC_ROLES # - name: PENPOT_OIDC_ROLES
# value: admins # value: admins
# - name: PENPOT_OIDC_ROLES_ATTR # - name: PENPOT_OIDC_ROLES_ATTR

View File

@@ -4,8 +4,8 @@ metadata:
name: "{{ .Release.Name }}" name: "{{ .Release.Name }}"
spec: spec:
environment: "{{ .Values.globals.environment }}" environment: "{{ .Values.globals.environment }}"
subdomain: "{{ .Values.subdomain }}" subdomain: "{{ .Values.frontend.subdomain }}"
destination: destination:
host: "{{ .Release.Name }}" host: "{{ .Release.Name }}-frontend"
port: port:
number: 80 number: 80