Had Kubernetes secret file in cluster of type opaque which has base64 encoded values. How to use this file to refer secrets in helm file which pulls helm chart for deployment?
Below is my helm file format
bases:
- ../environments.yaml
- ../defaults.yaml
releases:
- name: {{ env "AST" | default "astenv" }}-appname
chart: HelmChart_Name
version: 1.0
labels:
tier: configData
service: webapp
namespace: {{ .Namespace }}
values:
- ../../values/common.gotmpl