maptest-bot/chart/templates/secret.yaml

9 lines
218 B
YAML
Raw Normal View History

2022-06-18 03:26:52 +00:00
apiVersion: v1
data:
config.json: {{ .Values.config | quote }}
kind: Secret
metadata:
name: {{ include "maptest-bot.fullname" . }}-config
labels:
{{- include "maptest-bot.labels" . | nindent 4 }}
type: Opaque