Skip to content

Commit

Permalink
linkstack: Revert changes temporarily
Browse files Browse the repository at this point in the history
Postpone chart update
  • Loading branch information
irfanhakim-as committed Nov 21, 2024
1 parent aad8c76 commit f187a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mika/linkstack/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{- $serviceAddress := "" }}
{{- $ingress := .Values.ingress.enabled }}
{{- $domain := .Values.linkstack.domain | toString }}
{{- $http := .Values.service.http.port | default "80" | toString }}
{{- $type := .Values.service.type | default "ClusterIP" | toString }}
{{- $serviceName := printf "%s-linkstack-svc" .Release.Name | toString }}
{{- $serviceAddress := "" }}
LinkStack has been installed and configured for {{ .Release.Name | toString }} 🎉

{{- if $ingress }}
Expand Down

0 comments on commit f187a9a

Please sign in to comment.