mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
adds standard labels to phabricator chart pvc's (#322)
This commit is contained in:
committed by
Lachlan Evenson
parent
5275c07a1c
commit
5f09a225bb
@@ -1,5 +1,5 @@
|
||||
name: phabricator
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
description: Collection of open source web applications that help software companies build better software.
|
||||
keywords:
|
||||
- phabricator
|
||||
|
||||
@@ -3,6 +3,11 @@ kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ template "fullname" . }}-apache
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
annotations:
|
||||
volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.apache.storageClass | quote }}
|
||||
spec:
|
||||
|
||||
@@ -3,6 +3,11 @@ kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ template "fullname" . }}-phabricator
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
annotations:
|
||||
volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.phabricator.storageClass | quote }}
|
||||
spec:
|
||||
|
||||
@@ -46,7 +46,7 @@ phabricatorFirstName: First Name
|
||||
phabricatorLastName: Last Name
|
||||
|
||||
## SMTP mail delivery configuration
|
||||
## ref: https://github.com/bitnami/bitnami-docker-redmine/#smtp-configuration
|
||||
## ref: https://github.com/bitnami/bitnami-docker-phabricator/#smtp-configuration
|
||||
##
|
||||
# smtpHost:
|
||||
# smtpPort:
|
||||
|
||||
Reference in New Issue
Block a user