File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
55 Flipt v2 is a Git-native, open-source feature flag solution with enhanced
66 authentication and multi-environment support.
77type : application
8- version : 2.6.0
8+ version : 2.6.1
99appVersion : v2.6.0
1010maintainers :
1111 - name : Flipt
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ metadata:
66 namespace : {{ .Release.Namespace }}
77 labels :
88 {{- include "flipt-v2.labels" . | nindent 4 }}
9+ {{- with .Values.persistence.labels }}
10+ {{- toYaml . | nindent 4 }}
11+ {{- end }}
912 {{- if or .Values.persistence.annotations .Values.commonAnnotations }}
1013 annotations :
1114 {{- if .Values.persistence.annotations }}
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ containerPorts:
144144persistence :
145145 # # enabled enables persistence using Persistent Volume Claims
146146 enabled : false
147+ # # labels are additional custom labels for the PVC │
148+ labels : {}
147149 # # annotations are additional custom annotations for the PVC
148150 annotations : {}
149151 # # existingClaim sets the name of an existing PVC to use for persistence
You can’t perform that action at this time.
0 commit comments