helm-charts/charts/ansible-semaphore/templates/config.tpl

11 lines
235 B
Smarty
Raw Normal View History

2024-10-19 09:33:27 +00:00
apiVersion: v1
kind: Secret
metadata:
name: ansible-semaphore-config
namespace: {{- .Values.namespace }}
labels:
{{- include "lib.labels" . | nindent 4}}
type: Opauge
data:
config.json: {{ toJson .Values.config | b64enc }}