Skip to content

Commit

Permalink
GDB-6528: Added default values
Browse files Browse the repository at this point in the history
Some properties in values.yaml were missing a default value
consistent with the rest of the chart:

- backup.cloud.bucketUri
- ingress.tls.secretName
  • Loading branch information
mihailradkov committed Aug 21, 2024
1 parent 336d8bf commit a3a01da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ ingress:
# Name of a Kubernetes Secret object with the key and certificate.
# If TLS is enabled, it's required to be provided, depending on the deployment.
# This could be an existing Secret or one that is not yet created.
secretName:
secretName: ""
# List of additional hostnames to append to the Ingress resource.
# Values are processed as Helm templates.
extraHosts: []
Expand Down Expand Up @@ -613,7 +613,7 @@ backup:
# Note: This won't be used if an existing secret has been provided with .Values.backup.optionsSecret.existingSecret
#
# Ref: https://graphdb.ontotext.com/documentation/10.7/backup-and-restore.html#creating-and-restoring-cloud-backups
bucketUri:
bucketUri: ""

# Configurations for a local GraphDB backup.
# Used when .Values.backup.type is set to "local".
Expand Down

0 comments on commit a3a01da

Please sign in to comment.