mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Remove default values from templates/ as they are in values.yaml file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: tomcat
|
||||
version: 0.4.24
|
||||
version: 0.4.25
|
||||
appVersion: 8.5.30
|
||||
description: Chart for Apache Tomcat
|
||||
keywords:
|
||||
|
||||
@@ -25,14 +25,14 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
env:
|
||||
- name: TOMCAT_USERNAME
|
||||
value: {{ default "" .Values.tomcatUsername | quote }}
|
||||
value: {{ .Values.tomcatUsername | quote }}
|
||||
- name: TOMCAT_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "fullname" . }}
|
||||
key: tomcat-password
|
||||
- name: TOMCAT_ALLOW_REMOTE_MANAGEMENT
|
||||
value: {{ default "" .Values.tomcatAllowRemoteManagement | quote }}
|
||||
value: {{ .Values.tomcatAllowRemoteManagement | quote }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user