Skip to content

Commit d301a34

Browse files
Kirubel-Fikruzifeo
authored andcommitted
fix:cleanup
1 parent e2c04f3 commit d301a34

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ crash.log
66
*.tfvars
77
rke2.yaml
88
.terraform.lock.hcl
9-
*.rke2.yaml
9+
*.rke2.yaml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defaults for running production workload.
3333
| RKE2 | [v1.29.0+rke2r1](https://github.com/rancher/rke2/releases/tag/v1.29.0+rke2r1) |
3434
| OpenStack Cloud Controller | [v1.28.1](https://github.com/kubernetes/cloud-provider-openstack/tree/v1.28.1/charts/openstack-cloud-controller-manager) |
3535
| OpenStack Cinder | [v1.28.1](https://github.com/kubernetes/cloud-provider-openstack/tree/v1.28.1/charts/cinder-csi-plugin) |
36-
| Velero | [v2.32.6](https://github.com/vmware-tanzu/helm-charts/tree/velero-2.32.6/charts/velero) |
36+
| Velero | [v6.0.0](https://github.com/vmware-tanzu/helm-charts/tree/velero-6.0.0/charts/velero) |
3737
| Kube-vip | [v0.7.2](https://github.com/kube-vip/kube-vip/releases/tag/v0.7.2) |
3838
## Getting started
3939

manifests/velero.yaml.tpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ spec:
6767
OS_APPLICATION_CREDENTIAL_SECRET: ${app_secret}
6868
# for community.openstack.org/openstack (env vars do not work and take precedence over clouds.yaml unless cloud set)
6969
OS_CLOUD: self
70+
71+
# uploaderType: restic
72+
7073
credentials:
7174
# for community.openstack.org/openstack
7275
secretContents:
@@ -95,12 +98,11 @@ spec:
9598
backupsEnabled: true
9699
snapshotsEnabled: true
97100

98-
# deployRestic: true
99-
# will be replace by
100101
deployNodeAgent: true
101102
nodeAgent:
102103
podVolumePath: /var/lib/kubelet/pods
103-
privileged: true
104+
containerSecurityContext:
105+
privileged: false
104106
resources:
105107
requests:
106108
cpu: 100m

0 commit comments

Comments
 (0)