blob: b3c5a138f9cd92c7fbb9350b70a31a28e67b3e0c [file] [log] [blame]
Giorgi Lekveishvilif739d352024-09-03 22:02:40 +04001apiVersion: v1
2kind: Secret
3metadata:
4 name: {{ .Values.name }}-network-data
5type: Opaque
Giorgi Lekveishvilie377cad2025-04-18 12:39:10 +04006data:
Giorgi Lekveishvili0836c9c2025-04-19 21:21:00 +04007 networkdata: {{ .Values.cloudInit.nd | toYaml | b64enc}}