Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Sep 5, 2023
1 parent 15feef4 commit 5e541c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/kubernetes/kubernetesTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const FullyQualifiedKinds: KindMapType = {
GitRepository: FullyKind.GitRepository,
OCIRepository: FullyKind.OCIRepository,
HelmRepository: FullyKind.HelmRepository,
HelmReleases: FullyKind.HelmRelease,
HelmRelease: FullyKind.HelmRelease,
Kustomization: FullyKind.Kustomization,
GitOpsTemplate: FullyKind.GitOpsTemplate,
List: FullyKind.List,
Expand Down

0 comments on commit 5e541c3

Please sign in to comment.