ygqygq2 / charts

☸️kubernetes helm charts
https://ygqygq2.github.io/charts/
GNU Affero General Public License v3.0
30 stars 29 forks source link

[BUG] 多余的字段 #61

Open hzux opened 2 days ago

hzux commented 2 days ago

https://github.com/ygqygq2/charts/blob/master/ygqygq2/mod-chart/templates/deployment-statefulset.yaml#L253

这里的 annotations 应该是不存在的

ygqygq2 commented 2 days ago

image 没明白你说的,这个是 pvc 的,可以设置注解,pvc 即使在 helm uninstall 时保留什么的。

hzux commented 1 day ago

pvc 注解是上面的 metadata.annotations 重复的这个是 spec.annotations,spec 下是没有 annotations 的 参考 https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#PersistentVolumeClaimSpec

ygqygq2 commented 1 day ago

是的,感谢,我修复下,k8s 也多了不少功能,我找时间弄版新的。

hzux commented 1 day ago

是我该谢你,你的开源给我很大帮助