| Giorgi Lekveishvili | f739d35 | 2024-09-03 22:02:40 +0400 | [diff] [blame] | 1 | apiVersion: v1 |
| 2 | kind: Secret | ||||
| 3 | metadata: | ||||
| 4 | name: {{ .Values.name }}-network-data | ||||
| 5 | type: Opaque | ||||
| Giorgi Lekveishvili | e377cad | 2025-04-18 12:39:10 +0400 | [diff] [blame] | 6 | data: |
| Giorgi Lekveishvili | 060fcfb | 2025-04-20 07:14:23 +0400 | [diff] [blame] | 7 | networkdata: {{ .Values.cloudInit.networkData | toYaml | b64enc}} |