blob: 5c67581d029ec3150b162f160d73a59ab76839ae [file] [log] [blame]
Giorgi Lekveishvilif739d352024-09-03 22:02:40 +04001apiVersion: v1
2kind: Secret
3metadata:
4 name: {{ .Values.name }}-user-data
5type: Opaque
Giorgi Lekveishvili493602b2025-04-18 09:26:45 +04006data:
Giorgi Lekveishviliddc747d2025-04-20 07:02:12 +04007 userdata: {{ print "#cloud-config\n" (toYaml .Values.cloudInit.ud) | b64enc}}