Skip to content

Commit

Permalink
feat: add config map for krb5.conf and odbc.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Виталий Шунков committed Feb 19, 2024
1 parent 4352c61 commit 80652bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/tarantool-cartridge/templates/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: krb5
namespace: tarantool
data:
krb5.conf: |+
[libdefaults]
Expand Down Expand Up @@ -31,6 +32,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: odbc
namespace: tarantool
data:
odbc.ini: |+
[Cloudera Hive ODBC Driver 64-bit]
Expand All @@ -54,6 +56,4 @@ data:
SSL=0
---


{{- end }}
8 changes: 8 additions & 0 deletions helm-charts/tarantool-cartridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ RoleConfig:
items:
- key: odbc.ini
path: odbc.ini
keytab:
mountpoint: /opt/cloudera/
type:
configMap:
name: keytab
items:
- key: keytab
path: keytab
RolesToAssign:
- app.roles.exporter
- vshard-router
Expand Down

0 comments on commit 80652bd

Please sign in to comment.