Skip to content

Commit

Permalink
Merge pull request #25 from smcavallo/chart-metadata
Browse files Browse the repository at this point in the history
databricks-kube-operator - fix container resources
  • Loading branch information
smcavallo authored May 16, 2023
2 parents 1b335fb + d623c79 commit 63bc172
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 63bc172

Please sign in to comment.