| commit | dae4b7177b0046e3608daa6db532f73cd7869a4a | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sat Apr 19 08:52:10 2025 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sat Apr 19 08:52:10 2025 +0400 |
| tree | 98b10aa50585ad269c9ffeb56d86ace108261f69 | |
| parent | e01e2b7f0775efa359ae3be0b8d14d90a4031b7b [diff] |
update
diff --git a/charts/virtual-machine/templates/vm.yaml b/charts/virtual-machine/templates/vm.yaml index ebb2fcb..462f2c2 100644 --- a/charts/virtual-machine/templates/vm.yaml +++ b/charts/virtual-machine/templates/vm.yaml
@@ -52,8 +52,11 @@ cloudInitNoCloud: secretRef: name: {{ .Values.name }}-user-data - networkDataSecretRef: - name: {{ .Values.name }}-network-data + networkData: | + version: 2 + ethernets: + enp1s0: + dhcp4: true {{- if .Values.configFiles }} - name: configs configMap: