Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria2905 committed Nov 22, 2021
1 parent ba778d1 commit 3f8070d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spark:
superset:
enabled: true
persistence:
enabled: false
enabled: true
service:
type: NodePort
configFile: |-
Expand Down Expand Up @@ -62,9 +62,9 @@ superset:
postgresql:
enabled: true
persistence:
enabled: false
enabled: true
ldap:
enabled: false
enabled: true
pgldapconfig: |-
# Reference: https://github.com/larskanis/pg-ldap-sync/blob/master/config/sample-config.yaml
# Connection parameters to LDAP server
Expand Down Expand Up @@ -137,7 +137,7 @@ postgresql:
minio:
enabled: true
persistence:
enabled: false
enabled: true
size: 50Gi
service:
type: NodePort
Expand Down Expand Up @@ -177,7 +177,7 @@ grafana:
## ref: http://docs.grafana.org/installation/configuration/#auth-ldap
## ref: http://docs.grafana.org/installation/ldap/#configuration
ldap:
enabled: false
enabled: true
# `existingSecret` is a reference to an existing secret containing the ldap configuration
# for Grafana in a key `ldap-toml`.
existingSecret: ""
Expand Down Expand Up @@ -289,7 +289,7 @@ nifi:
openldap:
enabled: true
persistence:
enabled: false
enabled: true
env:
LDAP_ORGANISATION: "Cetic"
LDAP_DOMAIN: "ldap.cetic.be"
Expand Down

0 comments on commit 3f8070d

Please sign in to comment.