Skip to content

Commit

Permalink
apply to the sn-platform chart
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Oct 18, 2023
1 parent 9989ed5 commit 7202706
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,13 @@ spec:
name: {{ .Release.Name }}-token-admin
key: TOKEN
{{- end }}
{{- toYaml .Values.pulsar_detector.extraEnv | nindent 10 }}
{{- if .Values.pulsar_detector.extraVolumeMounts }}
volumeMounts:
{{- toYaml .Values.pulsar_detector.extraVolumeMounts | nindent 10 }}
{{- end }}
{{- if .Values.pulsar_detector.extraVolumes }}
volumes:
{{- toYaml .Values.pulsar_detector.extraVolumes | nindent 8 }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,9 @@ pulsar_detector:
limits: {}
# memory: "1Gi"
# cpu: "0.4"
extraVolumes: []
extraVolumeMounts: []
extraEnv: []
## Proxy service
## templates/pulsar-detector-service.yaml
##
Expand Down

0 comments on commit 7202706

Please sign in to comment.