refactor: standardize namespace and PVC names in Helm templates
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: koha-{{ .Values.instance }}-pvc
|
||||
namespace: koha-{{ .Values.instance }}
|
||||
name: koha-pvc
|
||||
namespace: koha
|
||||
labels:
|
||||
app: koha
|
||||
spec:
|
||||
@@ -17,8 +17,8 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: koha-{{ .Values.instance }}-mysql-pvc
|
||||
namespace: koha-{{ .Values.instance }}
|
||||
name: koha-mysql-pvc
|
||||
namespace: koha
|
||||
labels:
|
||||
app: koha
|
||||
spec:
|
||||
|
Reference in New Issue
Block a user