remove specific values

This commit is contained in:
2024-03-16 05:44:05 -06:00
parent 790ad5b440
commit d0255ca5d1
10 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: outline
version: 0.0.7
version: 0.0.8
description: Chart for Outline wiki
keywords:
- wiki

View File

@@ -17,7 +17,7 @@ service:
port: 3000
ingress:
enabled: true
className: traefik
className:
annotations:
host:
persistence:
@@ -54,16 +54,16 @@ outline:
database:
passwordSecret:
existingSecretName:
existingSecretKey: password
existingSecretKey:
usernameSecret:
existingSecretName:
existingSecretKey: username
existingSecretKey:
databaseName:
existingSecretName:
existingSecretKey: dbname
existingSecretKey:
databaseHost:
existingSecretName:
existingSecretKey: host
existingSecretKey:
connectionPoolMin: ""
connectionPoolMax: "20"
sslMode: disable