-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure AKS managed RG has perist:true tag (#1303)
an AKS clusters RG inherits the tags of the AKS resource itself. but even if an ARO HCP environment is set up with `persist: false`, the managed RG of the AKS clusters should not be touched by our RG cleanup job as they are lifecycled together with their AKS cluster anyways. therefore we will set `persist:true` on all AKS clusters we create, regardless of the nature of the environment. Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
- Loading branch information
Showing
3 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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