Skip to content

Commit

Permalink
document extraResources field in tenant helm chart (#1739)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd authored Sep 5, 2023
1 parent 3a6e9e9 commit b2f4b2f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,20 @@ ingress:
host: minio-console.local
path: /
pathType: Prefix

## Use an extraResources template section to include additional Kubernetes resources
## with the Helm deployment.
## Example: the following creates the config secret together with the tenant:
#secrets:
# existingSecret: custom-env-configuration
#extraResources:
# - |
# apiVersion: v1
# kind: Secret
# type: Opaque
# metadata:
# name: {{ dig "secrets" "existingSecret" "" (.Values | merge (dict)) }}
# stringData:
# config.env: |-
# export MINIO_ROOT_USER='minio'
# export MINIO_ROOT_PASSWORD='minio123'

0 comments on commit b2f4b2f

Please sign in to comment.