helm-charts/charts/semaphoreui/templates/config.tpl
2024-10-21 18:26:17 +02:00

11 lines
248 B
Smarty

apiVersion: v1
kind: Secret
metadata:
name: semaphoreui-config
namespace: {{ .Values.namespace | default "default" }}
labels:
{{- include "lib.labels" . | nindent 4}}
type: Opauge
data:
config.json: {{ toJson .Values.config | b64enc }}