Merge pull request #4397 from Infisical/fix/crd-issue

feat: resolved instant update in required
This commit is contained in:
Akhil Mohan
2025-08-19 12:28:22 +05:30
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ type InfisicalSecretSpec struct {
// +kubebuilder:validation:Optional
TLS TLSConfig `json:"tls"`
// +kubebuilder:default:=false
// +kubebuilder:validation:Optional
InstantUpdates bool `json:"instantUpdates"`
}

View File

@@ -315,7 +315,6 @@ spec:
description: Infisical host to pull secrets from
type: string
instantUpdates:
default: false
type: boolean
managedKubeConfigMapReferences:
items:
@@ -472,7 +471,6 @@ spec:
- secretNamespace
type: object
required:
- instantUpdates
- resyncInterval
type: object
status: