Skip to content

Commit

Permalink
#117 - Change fullimagename to fullname for cluster service
Browse files Browse the repository at this point in the history
  • Loading branch information
tsigle committed Apr 10, 2021
1 parent e883758 commit 631f7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ping-devops/templates/pinglib/_service-cluster.tpl
Expand Up @@ -10,7 +10,7 @@ metadata:
annotations:
external-dns.alpha.kubernetes.io/hostname: {{ $v.services.clusterExternalDNSHostname }}
{{- end }}
name: {{ include "pinglib.fullimagename" . }}-cluster
name: {{ include "pinglib.fullname" . }}-cluster
spec:
type: ClusterIP
clusterIP: None
Expand All @@ -26,7 +26,7 @@ spec:
{{- end }}
{{- end }}
selector:
clusterIdentifier: {{ include "pinglib.fullimagename" . }}
clusterIdentifier: {{ include "pinglib.selector.labels" . }}
{{- end -}}


Expand Down

0 comments on commit 631f7a7

Please sign in to comment.