Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jun 12, 2024
1 parent 48b26ae commit 776e6d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions api/v1alpha3/sopssecret_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ type SopsSecretTemplate struct {
//+required
Name string `json:"name"`

// EnforceNamespace can be used to enforce the creation of the secrets in the same namespace as the SopsSecret resource.
// Must be used together with Spec.Namespace
//+optional
Namespace string `json:"namespace,omitempty"`

// Annotations to apply to Kubernetes secret
//+optional
Annotations map[string]string `json:"annotations,omitempty"`
Expand Down
5 changes: 0 additions & 5 deletions config/crd/bases/isindir.github.com_sopssecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,6 @@ spec:
name:
description: Name of the Kubernetes secret to create
type: string
namespace:
description: |-
EnforceNamespace can be used to enforce the creation of the secrets in the same namespace as the SopsSecret resource.
Must be used together with Spec.Namespace
type: string
stringData:
additionalProperties:
type: string
Expand Down

0 comments on commit 776e6d7

Please sign in to comment.