Skip to content

Commit

Permalink
databricks-kube-operator - fix container resources
Browse files Browse the repository at this point in the history
Signed-off-by: smcavallo <[email protected]>
  • Loading branch information
smcavallo committed May 16, 2023
1 parent 0041540 commit d623c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/databricks-kube-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.5.0
name: databricks-kube-operator
description: A kube-rs operator for managing Databricks API resources
version: 0.5.1
version: 0.5.2

home: https://github.com/mach-kernel/databricks-kube-operator
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/databricks-kube-operator/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
value: {{ .Values.configMapName }}
- name: RUST_LOG
value: databricks_kube
resources:
{{- toYaml .Values.resources | nindent 8 }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
nodeSelector:
Expand Down

0 comments on commit d623c79

Please sign in to comment.