X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2F3rdparty%2Finfluxdb%2Ftemplates%2Fbackup-pvc.yaml;h=a7a4db86271b7c6e4a5a87aa16c7ce2379fab9ee;hb=64b94160bc3d063340bb5007cb55ed54f010b4b7;hp=ebf4ba1c06f136d4414dba8370af5f5e76a5ffc5;hpb=22ebf743884858441150813c18ba0751771e0eed;p=ric-plt%2Fric-dep.git diff --git a/helm/3rdparty/influxdb/templates/backup-pvc.yaml b/helm/3rdparty/influxdb/templates/backup-pvc.yaml index ebf4ba1..a7a4db8 100644 --- a/helm/3rdparty/influxdb/templates/backup-pvc.yaml +++ b/helm/3rdparty/influxdb/templates/backup-pvc.yaml @@ -1,10 +1,25 @@ +################################################################################ +# Copyright (c) 2021 HCL Technolgies Limited. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +################################################################################ {{- if and .Values.backup.enabled .Values.backup.persistence.enabled }} kind: PersistentVolumeClaim apiVersion: v1 metadata: - name: {{ include "influxdb.fullname" . }}-backup + name: {{ include "common.fullname.influxdb" . }}-backup labels: - {{- include "influxdb.labels" . | nindent 4 }} + {{- include "common.influxdb.labels" . | nindent 4 }} spec: accessModes: - {{ .Values.backup.persistence.accessMode | quote }}