File tree Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ and this project adheres to
2929- 🎨(frontend) stop limit layout height to screen size #158
3030- ⚡️(CI) only e2e chrome mandatory #177
3131
32+ ## Removed
33+ - 🔥(helm) remove htaccess #181
34+
35+
3236## [ 1.1.0] - 2024-07-15
3337
3438## Added
Original file line number Diff line number Diff line change @@ -130,19 +130,13 @@ ingress:
130130 className: nginx
131131 annotations:
132132 cert-manager.io/cluster-issuer: letsencrypt-prod
133- nginx.ingress.kubernetes.io/auth-type: basic
134- nginx.ingress.kubernetes.io/auth-secret: htaccess
135- nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
136133
137134ingressWS:
138135 enabled: true
139136 host: impress-preprod.beta.numerique.gouv.fr
140137 className: nginx
141138 annotations:
142139 cert-manager.io/cluster-issuer: letsencrypt-prod
143- nginx.ingress.kubernetes.io/auth-type: basic
144- nginx.ingress.kubernetes.io/auth-secret: htaccess
145- nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
146140
147141ingressAdmin:
148142 enabled: true
Original file line number Diff line number Diff line change @@ -130,19 +130,13 @@ ingress:
130130 className: nginx
131131 annotations:
132132 cert-manager.io/cluster-issuer: letsencrypt
133- nginx.ingress.kubernetes.io/auth-type: basic
134- nginx.ingress.kubernetes.io/auth-secret: htaccess
135- nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
136133
137134ingressWS:
138135 enabled: true
139136 host: docs.numerique.gouv.fr
140137 className: nginx
141138 annotations:
142139 cert-manager.io/cluster-issuer: letsencrypt
143- nginx.ingress.kubernetes.io/auth-type: basic
144- nginx.ingress.kubernetes.io/auth-secret: htaccess
145- nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
146140
147141ingressAdmin:
148142 enabled: true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments