jaswanth2273
jaswanth2273
------------- deployment file {{- $replicaCount := .Values.replicaCount | int }} {{- range $i, $e := until $replicaCount -}} {{- $name := printf "app%02d" (add $e 1) }} apiVersion: apps/v1 kind:...
# config/charts/config/templates/legacy-config-app.yaml ``` {{- $replicaCount := .Values.replicaCount | int }} {{- range $i := until $replicaCount }} --- {{- $num := printf "%02d" (add $i 1) }} # Format the...
deployment yaml file ``` {{ range .Values.deployments }} --- {{- if .service.enabled }} apiVersion: v1 kind: Service metadata: name: {{ .name }} spec: type: {{ .service.type }} ports: - port:...