We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 237891c + a40f49c commit 5d64e01Copy full SHA for 5d64e01
charts/devtron-backups/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
appVersion: "2.0"
3
description: A Helm chart for Devtron Backups
4
name: devtron-backups
5
-version: 0.2.1
+version: 0.2.2
charts/devtron-backups/templates/backup-on-s3.yaml
@@ -122,7 +122,6 @@ spec:
122
volumeMounts:
123
- mountPath: /cache
124
name: argocd-volume
125
- env:
126
imagePullPolicy: Always
127
args:
128
- /bin/bash
@@ -135,6 +134,7 @@ spec:
135
134
136
137
{{- if not .Values.global.S3.NODE_ROLE }}
+ env:
138
- name: AWS_ACCESS_KEY_ID
139
valueFrom:
140
secretKeyRef:
0 commit comments