mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Fixed Gateway API manifest (#1016)
In current version of Cozystack, flux's HelmRelease will refuse to install cozy-gateway-api-crds when gatewayAPI enabled, complaining version '*'not found and breaking install of entire kubernetes app. This patch adds working version match. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated configuration to allow compatibility with all available versions of the gateway-api-crds chart. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -17,6 +17,7 @@ spec:
|
||||
kind: HelmRepository
|
||||
name: cozystack-system
|
||||
namespace: cozy-system
|
||||
version: '>= 0.0.0-0'
|
||||
kubeConfig:
|
||||
secretRef:
|
||||
name: {{ .Release.Name }}-admin-kubeconfig
|
||||
|
||||
Reference in New Issue
Block a user