apiVersion: v1 kind: ConfigMap metadata: name: "{{ .Release.Name }}-testconfig" annotations: "helm.sh/hook": test data: message: Hello World