blob: 9050845ac5c1ff3af1c51ff5bf7607a5cf9b43c8 [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 Lekveishvili060fcfb2025-04-20 07:14:23 +04007 userdata: {{ print "#cloud-config\n" (toYaml .Values.cloudInit.userData) | b64enc}}