Skip to content

Commit

Permalink
feat(helm): remove predefined annotation for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 26, 2023
1 parent 967afc1 commit 2d8d81b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/tests/custom-values/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ envs:

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: localhost.local
paths:
Expand Down
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ envs:

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: managed-identity-wallets-new.dev.demo.catena-x.net
paths:
Expand Down
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ envs:

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: managed-identity-wallets-new.int.demo.catena-x.net
paths:
Expand Down
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/values-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ envs:

ingress:
enabled: false
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: localhost
paths:
Expand Down

0 comments on commit 2d8d81b

Please sign in to comment.