Skip to content

Commit

Permalink
Revert "Added checksums to configmaps to enable pod restart on config…
Browse files Browse the repository at this point in the history
…map change. (eclipse-che#18600)" (eclipse-che#18603)

This reverts commit 8b0e5e0.
  • Loading branch information
tolusha authored Dec 11, 2020
1 parent 8b0e5e0 commit d001bde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ spec:
labels:
app: che
component: devfile-registry
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
containers:
- image: {{ .Values.cheDevfileRegistry.image }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ spec:
labels:
app: che
component: plugin-registry
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
containers:
- image: {{ .Values.chePluginRegistry.image }}
Expand Down
2 changes: 0 additions & 2 deletions deploy/kubernetes/helm/che/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spec:
labels:
app: che
component: che
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
securityContext:
fsGroup: {{ .Values.global.securityContext.fsGroup }}
Expand Down

0 comments on commit d001bde

Please sign in to comment.