Skip to content

Commit

Permalink
Fix bug with eating up secret type
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Mar 5, 2024
1 parent e003216 commit 8cbc781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (c *Client) WriteSecretListManifests(ctx context.Context, namespace string,
Annotations: newAnnotations,
},
Data: secret.Data,
Type: secret.Type,
}
if err := printer.PrintObj(&newSecret, writer); err != nil {
return err
Expand Down

0 comments on commit 8cbc781

Please sign in to comment.