Skip to content

Commit

Permalink
fix ci
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 7202706 commit 1cd9f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ spec:
name: {{ .Release.Name }}-token-admin
key: TOKEN
{{- end }}
{{- if .Values.pulsar_detector.extraEnv }}
{{- toYaml .Values.pulsar_detector.extraEnv | nindent 10 }}
{{- end }}
{{- if .Values.pulsar_detector.extraVolumeMounts }}
volumeMounts:
{{- toYaml .Values.pulsar_detector.extraVolumeMounts | nindent 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ spec:
name: {{ .Release.Name }}-token-admin
key: TOKEN
{{- end }}
{{- if .Values.pulsar_detector.extraEnv }}
{{- toYaml .Values.pulsar_detector.extraEnv | nindent 10 }}
{{- end }}
{{- if .Values.pulsar_detector.extraVolumeMounts }}
volumeMounts:
{{- toYaml .Values.pulsar_detector.extraVolumeMounts | nindent 10 }}
Expand Down

0 comments on commit 1cd9f94

Please sign in to comment.