Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbefdc48

Browse files
committed
fixup label support
1 parentcf54b65 commitbefdc48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎helm/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
metadata:
4444
labels:
4545
app.kubernetes.io/instance:{{ .Release.Name }}
46-
{{- with .Values.podLabels }}
46+
{{- with .Values.labels }}
4747
{{- toYaml . | nindent 8 }}
4848
{{- end }}
4949
spec:

‎helm/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ nodeSelector: {}
5151

5252
# labels -- The pod labels for coder-logstream-kube. See:
5353
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
54-
podLabels:
55-
eric:is awesome
54+
labels:{}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp