mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 18:16:55 +00:00
a96cef6cb5
* fix: docker.yml * feat: add helm chart config * fix: helm config * feat: add .github workflow for helm chart --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
7 lines
146 B
YAML
7 lines
146 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portabase-agent-config
|
|
data:
|
|
config.json: |
|
|
{{ .Values.volume.configFile.content | nindent 4 }} |