Correct spelling error in daemonset
A spelling error in the daemonset checksum results in failure to upload the ptp-notification application. Corrected spelling of "trunk" to "trunc". Test plan: Pass: Verify application build Pass: Verify application upload and apply Story: 2011090 Task: 50091 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I544686f5ac997bf74a474513cb9c203ce3593294
This commit is contained in:
parent
1cf6e103b2
commit
9b8a023e25
@ -27,7 +27,7 @@ spec:
|
||||
app.starlingx.io/component: {{ ternary "application" "platform" .Values.labels.isApplication}}
|
||||
annotations: {
|
||||
configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }},
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunk 63}}
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunc 63}}
|
||||
}
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user