rename pod and don't namespace the label
This commit is contained in:
@ -34,7 +34,7 @@ data:
|
||||
<name>{{ $podName }}</name>
|
||||
<instanceCap>2147483647</instanceCap>
|
||||
<idleMinutes>0</idleMinutes>
|
||||
<label>{{ $.Release.Name }}-{{ .Label }}</label>
|
||||
<label>{{ .Label }}</label>
|
||||
<nodeSelector>
|
||||
{{- $local := dict "first" true }}
|
||||
{{- range $key, $value := .NodeSelector }}
|
||||
|
Reference in New Issue
Block a user