Skip to content

Commit

Permalink
Merge pull request #216 from gianlucam76/annotation
Browse files Browse the repository at this point in the history
Rename PolicyTemplate
  • Loading branch information
gianlucam76 authored Sep 21, 2023
2 parents 2e685db + 3881bca commit 32f07ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
)

const (
// PolicyTemplate is the annotation that must be set on a policy when the
// PolicyTemplateAnnotation is the annotation that must be set on a policy when the
// policy is a template and needs variable sustitution.
PolicyTemplate = "projectsveltos.io/template"
PolicyTemplateAnnotation = "projectsveltos.io/template"
)

const (
Expand Down

0 comments on commit 32f07ea

Please sign in to comment.