mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: hangar-zipkin
|
|
labels:
|
|
{{- include "hangar.labels" . | nindent 4 }}
|
|
type: Opaque
|
|
stringData:
|
|
TEST: "{{ .Values.zipkin.config.test }}"
|
|
STORAGE_TYPE: mem
|