Skip to content

Commit

Permalink
Merge pull request #127 from adberger/master
Browse files Browse the repository at this point in the history
[vcluster]: fix some etcd backup job values werde not intended correctly
  • Loading branch information
adberger committed Jan 4, 2024
2 parents 55dc456 + 8c5281d commit 61cb0d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vcluster
description: Virtual Kubernetes Cluster
type: application
version: 0.5.4
version: 0.5.5
appVersion: 0.1.0
keywords:
- vcluster
Expand Down
2 changes: 1 addition & 1 deletion charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__This Chart is under active development! We try to improve documentation and values consistency over time__

![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Virtual Kubernetes Cluster

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ spec:
{{- include "pkg.components.pod_annotations" (dict "annotations" $kubernetes.etcd.backup.podAnnotations "ctx" $) | nindent 12 }}
spec:
{{- with (include "pkg.components.nodeselector" (dict "nodeSelector" $kubernetes.etcd.backup.nodeSelector "ctx" $)) }}
nodeSelector: {{- . | nindent 10 }}
nodeSelector: {{- . | nindent 12 }}
{{- end }}
{{- with (include "pkg.components.tolerations" (dict "tolerations" $kubernetes.etcd.backup.tolerations "ctx" $)) }}
tolerations: {{- . | nindent 10 }}
tolerations: {{- . | nindent 12 }}
{{- end }}
{{- with (include "pkg.components.priorityClass" (dict "pc" $kubernetes.etcd.backup.priorityClassName "ctx" $)) }}
priorityClassName: {{ . }}
{{- end }}
{{- with (include "pkg.components.topologySpreadConstraints" (dict "tsc" $kubernetes.etcd.backup.topologySpreadConstraints "ctx" $)) }}
topologySpreadConstraints: {{ . | nindent 10 }}
topologySpreadConstraints: {{ . | nindent 12 }}
{{- end }}
affinity:
{{- with (include "pkg.components.affinity" (dict "affinity" $kubernetes.etcd.backup.affinity "ctx" $)) }}
Expand Down

0 comments on commit 61cb0d4

Please sign in to comment.