Skip to content

Commit

Permalink
fix: img typo, svc name
Browse files Browse the repository at this point in the history
  • Loading branch information
zenyui committed Jan 10, 2022
1 parent 09b475c commit f3e1f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build-arm-v7:
RUN chmod +x ./server
USER nobody
ENTRYPOINT ./server run
SAVE IMAGE --push ghcr.io/troop-dev/frontend-api:${VERSION}
SAVE IMAGE --push ghcr.io/troop-dev/k8s-pod-labeler:${VERSION}

test:
FROM +compile
Expand Down
2 changes: 1 addition & 1 deletion helm/k8s-pod-labeler/templates/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- $tlsCrt := "" }}
{{- $tlsKey := "" }}
{{- $ca := genCA "svc-cat-ca" 3650 }}
{{- $svcName := include "kube-secrets-init.fullname" . }}
{{- $svcName := "k8s-pod-labeler" }}
{{- $cn := printf "%s.%s.svc" $svcName .Release.Namespace }}
{{- $altName1 := printf "%s.cluster.local" $cn }}
{{- $altName2 := printf "%s" $cn }}
Expand Down

0 comments on commit f3e1f82

Please sign in to comment.