Skip to content

Commit

Permalink
chore: cleanup legacy upgrade action for vector
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Dec 10, 2024
1 parent c7039f2 commit 1cb498f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vector/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ components:
- ../values/values.yaml
actions:
onDeploy:
before:
- description: Remove Promtail Components if necessary
mute: true
cmd: |
./zarf package remove core --components promtail --confirm || true # Ensure this doesn't error on installs and upgrades when Promtail no longer exists
./zarf tools kubectl delete ns promtail || true # Ensure this doesn't error on installs and upgrades when Promtail no longer exists
after:
- description: Validate Vector Package
maxTotalSeconds: 300
Expand Down

0 comments on commit 1cb498f

Please sign in to comment.