Helm ConfigMap and Secrets: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=ConfigMap with <tt>binaryData</tt>= | =ConfigMap with <tt>binaryData</tt>= | ||
This example shows how to build a ConfigMap template that exposes a binary file inside a pod, without redundantly shipping the content of the file with the Helm chart. | This example shows how to build a ConfigMap template that exposes a binary file inside a pod, without redundantly shipping the content of the file with the Helm chart: {{External|https://github.com/ovidiuf/playground/tree/master/helm/configmap/configmap-binaryData}} |
Revision as of 19:32, 2 March 2022
External
- https://helm.sh/docs/chart_template_guide/accessing_files/
- https://helm.sh/docs/chart_template_guide/accessing_files/#configmap-and-secrets-utility-functions
Internal
Overview
ConfigMap with binaryData
This example shows how to build a ConfigMap template that exposes a binary file inside a pod, without redundantly shipping the content of the file with the Helm chart: