blob: 937d9501cb9984cc3d316dca79c470835359e1b2 [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 Lekveishvilif6bc9792025-04-17 19:31:16 +04007 networkdata: |{{- .Values.cloudInit.networkData | toYaml | nindent 4 }}