Skip to content

Commit

Permalink
fix: re-enable ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Jun 26, 2023
1 parent 0edd4ac commit f2882ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -39,4 +39,4 @@ jobs:
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: false
2 changes: 1 addition & 1 deletion charts/harmony-chart/values.yaml
Expand Up @@ -4,7 +4,7 @@

ingress-nginx:
# Use ingress-nginx as a default controller.
enabled: false
enabled: true

cert-manager:
# Use cert-manager as a default certificate controller.
Expand Down

0 comments on commit f2882ae

Please sign in to comment.