Skip to content

Commit

Permalink
fix for shell error
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Jul 21, 2023
1 parent 68c1c48 commit 29dfe04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/epinio/Installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export default function EpinioInstaller({
'--set', 'global.domain=' + domain,
'--set', 'ingress.ingressClassName=nginx',
'--set', 'ingress.nginxSSLRedirect=false',
'--set', 'server.accessControlAllowOrigin=*',
'https://github.com/epinio/helm-charts/releases/download/epinio-1.8.1/epinio-1.8.1.tgz'
])

Expand Down

0 comments on commit 29dfe04

Please sign in to comment.