Skip to content

Commit

Permalink
Some opinionated corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyKatt committed Apr 20, 2024
1 parent 49862d5 commit 6220bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/kubectyl/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: ConfigMap
metadata:
name: panel-config
namespace: {{ .Release.Namespace | quote }}
labels:
app: panel
data:
DB_PASSWORD: {{ .Values.mariadb.auth.password }}
{{- if .Values.redis.auth.enabled }}
Expand Down
7 changes: 5 additions & 2 deletions charts/kubectyl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## Overrides for generated resource names
# See templates/_helpers.tpl
global:
timezone: UTC
ingress:
# The Ingress class for routing external traffic to services
class: nginx
Expand All @@ -28,7 +30,7 @@ ingress:
annotations: {}
panel:
# The image for the Panel application
image: quay.io/kubectyl/panel:latest
image: quay.io/kubectyl/panel:develop
# The storage class to use for Panel's persistent volume
# To use default K8s storage class set this value to ""
# This is mutually exclusive with panel.existingVolumeClaim
Expand All @@ -38,13 +40,14 @@ panel:
existingVolumeClaim: ""
# The email address for Letsencrypt
# Used for Panel only as a reference to enable cert-manager
email: [email protected]
# Annoatations to apply to the Service
serviceAnnotations: {}
# Annoatations to apply to the StatefulSet
statefulSetAnnotations: {}
kuber:
# The image for the Kuber application
image: quay.io/kubectyl/kuber:latest
image: quay.io/kubectyl/kuber:develop
# Will be automatically set to 1 after Panel installation
replicaCount: 0
# Annotatations to apply to the Service
Expand Down

0 comments on commit 6220bac

Please sign in to comment.