allow global defaults for secrets operator

This commit is contained in:
Maidul Islam
2023-03-08 18:49:54 -08:00
parent 7854a5eea2
commit c019d57fb6
8 changed files with 63 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ type InfisicalSecretSpec struct {
ManagedSecretReference KubeSecretReference `json:"managedSecretReference,omitempty"`
// Infisical host to pull secrets from
// +kubebuilder:default="https://app.infisical.com/api"
HostAPI string `json:"hostAPI,omitempty"`
}