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 79fb4d8 commit ff64961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions helm-charts/tarantool-cartridge/templates/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data:
permitted_enctypes = rc4-hmac
udp_preference_limit = 1
kdc_timeout = 3000
[realms]
CUD.INT = {
kdc = CUDINT217.cud.int
Expand Down Expand Up @@ -55,5 +54,4 @@ data:
KrbAuthType=0
SSL=0
---
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion helm-charts/tarantool-cartridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
fsGroup: {{ $.Values.securityContext.fsGroup }}
{{- if $.Values.affinity }}
affinity:
{{ toYaml $.Values.affinity | indent 8 }}
{{ toYaml $.Values.affinity | indent 8 }}
{{- end }}
containers:
- name: "{{ $.Release.Name }}-container"
Expand Down

0 comments on commit ff64961

Please sign in to comment.