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 20, 2024
1 parent ff64961 commit 15da216
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions helm-charts/tarantool-cartridge/templates/cm.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{{- if .Volumes }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: krb5
name: odbc
namespace: tarantool
data:
krb5.conf: |+
Expand All @@ -26,13 +25,6 @@ data:
admin_server = CUDINT217.cud.int
}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: odbc
namespace: tarantool
data:
odbc.ini: |+
[Cloudera Hive ODBC Driver 64-bit]
Driver=Cloudera Hive ODBC Driver 64-bit
Expand All @@ -53,5 +45,3 @@ data:
KrbRealm=CUD.INT
KrbAuthType=0
SSL=0
{{- end }}

0 comments on commit 15da216

Please sign in to comment.