Skip to content

Commit

Permalink
Update annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Sep 26, 2024
1 parent d9b1da2 commit a2f8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/self-host/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: {{ .Release.Namespace }}
annotations:
{{- if .Values.argoCDSupport }}
argocd.argoproj.io/external-link: "Go to Environment|https://{{ .Values.general.domain }}"
link.argocd.argoproj.io/environment: "Go to Environment|https://{{ .Values.general.domain }}"
{{- end }}
{{- if .Values.general.ingress.tls.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ .Values.general.ingress.tls.clusterIssuer }}
Expand Down

0 comments on commit a2f8321

Please sign in to comment.