move more stuff to configmap-env, remove configmap, bump appVersion, add externalValkey.existingSecretKeys.port, regenerate docs, clean up deployment.yaml
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{- if and .Values.externalDatabase.enabled ( not .Values.externalDatabase.existingSecret ) }}
|
||||
{{- if and .Values.externalDatabase.enabled (not .Values.externalDatabase.existingSecret) }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: pixelfed-database
|
||||
name: {{ include "pixelfed.fullname" . }}-database
|
||||
data:
|
||||
host: {{ .Values.externalDatabase.host | b64enc }}
|
||||
port: {{ .Values.externalDatabase.port | quote | b64enc }}
|
||||
|
||||
Reference in New Issue
Block a user