Skip to content

Commit

Permalink
[helm] move crds definitions to crd directory
Browse files Browse the repository at this point in the history
  • Loading branch information
snooyen committed Aug 7, 2020
1 parent fbcc6d5 commit b836456
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
listKind: SecretProviderClassList
plural: secretproviderclasses
singular: secretproviderclass
preserveUnknownFields: false
scope: Namespaced
validation:
openAPIV3Schema:
Expand Down Expand Up @@ -61,6 +62,11 @@ spec:
type: string
type: object
type: array
labels:
additionalProperties:
type: string
description: labels of K8s secret object
type: object
secretName:
description: name of the K8s secret object
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
listKind: SecretProviderClassPodStatusList
plural: secretproviderclasspodstatuses
singular: secretproviderclasspodstatus
preserveUnknownFields: false
scope: Namespaced
validation:
openAPIV3Schema:
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b836456

Please sign in to comment.