Skip to content

Commit

Permalink
Merge pull request #26 from smcavallo/chart-metadata
Browse files Browse the repository at this point in the history
Chart - fix resources
  • Loading branch information
smcavallo authored May 16, 2023
2 parents 63bc172 + 37c12ce commit be84dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2
version: 0.5.3

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

0 comments on commit be84dff

Please sign in to comment.