blob: 8d7a94c29021a60b060998ff11216235d6f8797a [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 Lekveishvili060fcfb2025-04-20 07:14:23 +04007 networkdata: {{ .Values.cloudInit.networkData | toYaml | b64enc}}