Skip to content

Commit

Permalink
feat(helm): set default values for image tag and ingress className
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent 5a12051 commit e36bae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service
pullPolicy: Always
tag: ""
tag: "latest"

imagePullSecrets:
- name: acr-credential
Expand Down Expand Up @@ -47,7 +47,7 @@ service:

ingress:
enabled: false
className: ""
className: "nginx"
annotations:
# nginx.ingress.kubernetes.io/rewrite-target: /$1
# nginx.ingress.kubernetes.io/use-regex: "true"
Expand Down

0 comments on commit e36bae8

Please sign in to comment.