blob: 6d4219b6b75a03378a3e7b5f7f0d05c88f00637c [file] [log] [blame]
Giorgi Lekveishvilif739d352024-09-03 22:02:40 +04001apiVersion: v1
2kind: Secret
3metadata:
4 name: {{ .Values.name }}-network-data
5type: Opaque
Giorgi Lekveishvili843e70d2025-04-18 09:08:05 +04006string:
7 networkdata: {{- .Values.cloudInit.networkData | toYaml | b64enc }}