Skip to content

Commit

Permalink
fix(trino): configure credentials2
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Nov 8, 2024
1 parent b89bce0 commit 1ee9275
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions apps/base/trino/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ namespace: trino
resources:
- trino.yaml
- ingress.yaml
- minio-creds-secret-sealed.yaml
18 changes: 9 additions & 9 deletions apps/base/trino/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ spec:
values:
envFrom:
- secretRef:
name: minio-creds
# envFrom -- additional environment variables added to every pod, specified as a list of either `ConfigMap`
# or `Secret` references
# @raw
# Example:
# ```yaml
# - secretRef:
# name: extra-secret
# ```
name: minio-creds
# envFrom -- additional environment variables added to every pod, specified as a list of either `ConfigMap`
# or `Secret` references
# @raw
# Example:
# ```yaml
# - secretRef:
# name: extra-secret
# ```

image:
tag: "464"
Expand Down

0 comments on commit 1ee9275

Please sign in to comment.