Skip to content

Commit

Permalink
fix: point to correct host
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x committed Oct 9, 2024
1 parent d455c2b commit 38df8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/agent-stack/templates/minio-cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- client auth
- key encipherment
dnsNames:
- "minio.{{ .Values.global.ingress.host }}"
- "minio.{{ .Values.global.network.ingress.host }}"
- "minio"
- "minio.{{ .Release.Namespace }}"
- "minio.{{ .Release.Namespace }}.svc"
Expand Down

0 comments on commit 38df8df

Please sign in to comment.