mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
9 lines
201 B
YAML
9 lines
201 B
YAML
{{- if .Values.oidc.enabled }}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "common.fullname" . }}-oidc-config
|
|
labels:
|
|
{{- include "common.labels" . | nindent 4 }}
|
|
{{- end }}
|