Rename frontend to dashboard
This commit is contained in:
parent
603fabf3b7
commit
427f484839
7 changed files with 101 additions and 101 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Disabled by default because the current dashboard does not need persistence
|
||||
{{- if and (include "frontend.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
||||
{{- if and (include "dashboard.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
|
|
|
|||
Reference in a new issue