Skip to content

Commit

Permalink
Add b64 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Oct 2, 2024
1 parent ed5884b commit fd63b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/configs/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ingresses:
name: backend-login
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/whitelist-source-range: "{{ .Values.secretsJson.WHITELISTED_IPS }}"
b64/nginx.ingress.kubernetes.io/whitelist-source-range: "{{ .Values.secretsJson.WHITELISTED_IPS }}"
hosts:
- host: "{{ .Values.host }}"
paths:
Expand Down

0 comments on commit fd63b78

Please sign in to comment.