create a simple configmap in helm and inject a value in it
Опубликовано: 29 Сентябрь 2024 на канале: Chalkpiece
1,623
8
Hard-coding the name: into a resource is usually considered to be bad practice. Names should be unique to a release. So we might want to generate a name field by inserting the release name.