Skip to content

Commit

Permalink
Merge pull request #879 from k8up-io/fix/helm_indentation
Browse files Browse the repository at this point in the history
Fix indentation of the sa annotations
  • Loading branch information
Kidswiss committed Aug 7, 2023
2 parents 8378a19 + 6c03d02 commit 4abacf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/k8up/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- backup
- operator
- restic
version: 4.4.0
version: 4.4.1
sources:
- https://github.com/k8up-io/k8up
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/k8up/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8up

![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square)
![Version: 4.4.1](https://img.shields.io/badge/Version-4.4.1-informational?style=flat-square)

Kubernetes and OpenShift Backup Operator based on restic

Expand All @@ -13,7 +13,7 @@ helm repo add k8up-io https://k8up-io.github.io/k8up
helm install k8up k8up-io/k8up
```
```bash
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.4.0/k8up-crd.yaml
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.4.1/k8up-crd.yaml
```

<!---
Expand Down
2 changes: 1 addition & 1 deletion charts/k8up/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{ include "k8up.labels" . | indent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}

Expand Down

0 comments on commit 4abacf0

Please sign in to comment.