Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.04 KB

Maintenance.md

File metadata and controls

28 lines (20 loc) · 1.04 KB

Maintain the Regional Resiliency Pattern

Update a secret post-installation

After any Secret update, you must refresh the pattern:

./pattern.sh make post-install

❗ You might need to remove the ExternalSecrets to generate a Secret with the updated values. Check your ExternalSecrets and its refreshing period.

Update Regional DR Trigger Operator

The Regional DR Operator chart is in charts/hub/rdrtrigger. We use git subtree, our target is the original chart. We can update it using the following command:

# replace ref with the target reference
git subtree pull --prefix=charts/hub/rdrtrigger \
https://github.com/RHEcosystemAppEng/regional-dr-trigger-operator-chart.git ref --squash