Skip to content

Commit

Permalink
fix(k8-operator): moved template
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Dec 8, 2024
1 parent 4cd87d6 commit 72f23b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8-operator/api/v1alpha1/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,8 @@ type ManagedKubeSecretConfig struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default:=Orphan
CreationPolicy string `json:"creationPolicy"`

// The template to transform the secret data
// +kubebuilder:validation:Optional
Template *InfisicalSecretTemplate `json:"template,omitempty"`
}

0 comments on commit 72f23b2

Please sign in to comment.