deploy: add HighAvailability to default REPO_TYPES
Versions already default to 8.10 9.8 10.2; include the HighAvailability repo alongside BaseOS and AppStream so its man pages (pacemaker, corosync, etc.) are built by default. Assisted-by: Claude Opus 4 (Claude Code)
This commit is contained in:
Vendored
+1
-1
@@ -56,7 +56,7 @@ spec:
|
||||
)
|
||||
string(
|
||||
name: 'REPO_TYPES',
|
||||
defaultValue: 'BaseOS AppStream',
|
||||
defaultValue: 'BaseOS AppStream HighAvailability',
|
||||
description: 'Rocky Linux repos to build against (space-separated)'
|
||||
)
|
||||
string(
|
||||
|
||||
Reference in New Issue
Block a user