blob: cf618fffbf9342f574a3782145057f491834528e [file] [log] [blame]
Giorgi Lekveishvilif739d352024-09-03 22:02:40 +04001apiVersion: v1
2kind: Secret
3metadata:
4 name: {{ .Values.name }}-network-data
5type: Opaque
Giorgi Lekveishvili377e54f2025-04-18 08:31:20 +04006stringData:
Giorgi Lekveishvilif6bc9792025-04-17 19:31:16 +04007 networkdata: |{{- .Values.cloudInit.networkData | toYaml | nindent 4 }}