vision-agent / chart /templates /configmap.yaml
Zhichao
GitHub action for build and deploy to aws dev (#67)
f2de1e7 unverified
raw
history blame contribute delete
No virus
195 Bytes
apiVersion: v1
kind: ConfigMap
metadata:
name: env-config-{{ include "chart.fullname" . }}
labels:
{{- include "chart.labels" . | nindent 4 }}
data:
{{- toYaml .Values.env | nindent 2 }}