镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-07-28 18:11:57 +00:00
feat(deployment): add pod annotations support and update chart version to 0.0.10
这个提交包含在:
@@ -11,6 +11,10 @@ spec:
|
||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||
spec:
|
||||
|
||||
在新议题中引用
屏蔽一个用户