You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appName: myadmin # <-- replace with the name of your application
457
+
appName: myadmin
458
458
containerPort: 3500
459
459
servicePort: 80
460
460
adminSecret: "your_secret"
@@ -528,7 +528,6 @@ spec:
528
528
ports:
529
529
- port: {{ .Values.servicePort }}
530
530
targetPort: {{ .Values.containerPort }}
531
-
532
531
```
533
532
534
533
The comments in the `values.yaml` and `Chart.yaml` files indicate the names of the variables that need to be replaced. They must correspond to the variables in Ansible, which will be discussed later.
0 commit comments