blob: d8646e762b4479afe03c491d3681798fca6ea803 [file] [log] [blame]
Giorgi Lekveishvilif739d352024-09-03 22:02:40 +04001apiVersion: v1
2kind: Secret
3metadata:
4 name: {{ .Values.name }}-network-data
5type: Opaque
6data:
Giorgi Lekveishvili30ef74c2025-04-17 18:46:50 +04007 networkdata: {{ .Values.cloudInit.networkData | toYaml | b64enc }}