Rename frontend to dashboard

This commit is contained in:
Varac 2021-11-22 15:43:51 +01:00
parent 603fabf3b7
commit 427f484839
No known key found for this signature in database
GPG key ID: 5465E77E7876ED04
7 changed files with 101 additions and 101 deletions

View file

@ -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: