Skip to content

Commit ed8f5fb

Browse files
authored
Merge pull request #192 from cognifloyd/enterprise-cleanup
remove lingering reference to enterprise st2-license pullSecret
2 parents 9365247 + 2ea28ba commit ed8f5fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## In Development
44
* Updated redis constant sentinel ID which will allow other sentinel peers to update to the new given IP in case of pod failure or worker node reboots. (#191) (by @manisha-tanwar)
5+
* Removed reference to st2-license pullSecrets, which was missed when removing enterprise flags (#192) (by @cognifloyd)
56
* Add optional imagePullSecrets to ServiceAccount using `serviceAccount.pullSecret` from values.yaml. If pods do not have imagePullSecrets (eg without `image.pullSecret` in values.yaml), k8s populates them from the ServiceAccount. (#196) (by @cognifloyd)
67
* Reformat some yaml strings so that single quotes wrap strings that include double quotes (#194) (by @cognifloyd)
78

templates/jobs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ spec:
3232
checksum/rbac: {{ include (print $.Template.BasePath "/configmaps_rbac.yaml") . | sha256sum }}
3333
spec:
3434
imagePullSecrets:
35-
- name: {{ .Release.Name }}-st2-license
3635
{{- if .Values.image.pullSecret }}
3736
- name: {{ .Values.image.pullSecret }}
3837
{{- end }}

0 commit comments

Comments
 (0)