Skip to content

Commit

Permalink
fix: deactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 20, 2024
1 parent a6496e2 commit 13c4a08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deactivate:
cleanup-bucket:
image: bitnami/rclone:latest
run: |
rclone purge remote:{{ .Values.global.branchSlug }}
rclone purge remote:${BUCKET_NAME}/{{ .Values.global.branchSlug }}
checkout: false
env:
- name: RCLONE_CONFIG_REMOTE_TYPE
Expand All @@ -71,4 +71,9 @@ deactivate:
valueFrom:
secretKeyRef:
name: ozensemble-dev-app-access-key
key: bucket_ENDPOINT
key: bucket_endpoint
- name: BUCKET_NAME
valueFrom:
secretKeyRef:
name: ozensemble-dev-app-access-key
key: bucket_name

0 comments on commit 13c4a08

Please sign in to comment.