IEBH-484: Deploy velero in dev#54
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Deploys Velero as a new Argo CD-managed application in the dev cluster, using a local wrapper Helm chart that depends on the upstream VMware Tanzu Velero chart and integrates credentials via External Secrets.
Changes:
- Adds
veleroto the documented Argo CD sync-wave order (wave 14). - Introduces a new
clusters/dev/apps/veleroArgo CDApplicationto deploy into theveleronamespace. - Adds a wrapper Helm chart +
values.yamlfor Velero configuration and anExternalSecretfor bucket credentials.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds Velero to the sync-wave order documentation. |
| clusters/dev/apps/velero/application.yaml | New Argo CD Application for deploying Velero into velero namespace (wave 14). |
| clusters/dev/apps/velero/Chart.yaml | Wrapper chart pulling the upstream velero Helm chart dependency. |
| clusters/dev/apps/velero/values.yaml | Configures AWS/S3-compatible backup storage and a daily backup schedule. |
| clusters/dev/apps/velero/templates/external-secret.yaml | Creates Velero credentials secret from Vault via External Secrets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploy velero backup app in dev.