| 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 | 0836c9c | 2025-04-19 21:21:00 +0400 | [diff] [blame^] | 7 | networkdata: {{ .Values.cloudInit.nd | toYaml | b64enc}} |