apiVersion: v1 kind: ConfigMap metadata: name: {{ include "calcolatore.fullname" . }}-html-content labels: {{- include "calcolatore.labels" . | nindent 4 }} data: # Note: In a real deployment, you would use a CI/CD pipeline to inject these files # or mount them from a separate volume. This is just a simple example. # You can also use --set-file flag with helm to inject files: # helm install myapp ./helm-chart \ # --set-file configMaps.html-content.data.index\.html=./index.html \ # --set-file configMaps.html-content.data.project-mode\.html=./project-mode.html \ # --set-file configMaps.html-content.data.shop-mode\.html=./shop-mode.html index.html: | Calcolatore Prezzi - Selezione Modalità

Loading...

project-mode.html: | Calcolatore Prezzi - Modalità Progetto

Loading...

shop-mode.html: | Calcolatore Prezzi - Modalità Negozio

Loading...