Skip to content

Commit 03839d6

Browse files
committed
fixed the env issue in devtron-backup chart
1 parent 237891c commit 03839d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/devtron-backups/templates/backup-on-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ spec:
122122
volumeMounts:
123123
- mountPath: /cache
124124
name: argocd-volume
125-
env:
126125
imagePullPolicy: Always
127126
args:
128127
- /bin/bash
@@ -135,6 +134,7 @@ spec:
135134
- mountPath: /cache
136135
name: argocd-volume
137136
{{- if not .Values.global.S3.NODE_ROLE }}
137+
env:
138138
- name: AWS_ACCESS_KEY_ID
139139
valueFrom:
140140
secretKeyRef:

0 commit comments

Comments
 (0)