add re-sync interval

This commit is contained in:
Maidul Islam
2023-06-29 15:02:53 -04:00
parent a32df58f46
commit cb5c371a4f
7 changed files with 25 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ type InfisicalSecretSpec struct {
// +kubebuilder:validation:Required
ManagedSecretReference KubeSecretReference `json:"managedSecretReference"`
// +kubebuilder:default:=60
ResyncInterval int `json:"resyncInterval"`
// Infisical host to pull secrets from
// +kubebuilder:validation:Optional
HostAPI string `json:"hostAPI"`