Skip to content

Commit

Permalink
Align addon name
Browse files Browse the repository at this point in the history
  • Loading branch information
yonilevy1 committed Jan 6, 2022
1 parent 048f4d4 commit 4aa17f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface RezilionAddOnProps extends HelmAddOnUserProps {
export const defaultProps: HelmAddOnProps & RezilionAddOnProps = {
chart: 'rezilion',
cloudWatchRegion: 'us-east-1',
name: 'rezilion-addon',
name: 'rezilion',
namespace: 'kube-system',
release: 'rezilion',
version: '0.0.1',
Expand Down

0 comments on commit 4aa17f3

Please sign in to comment.