Skip to content

Commit 70ac25e

Browse files
authored
Merge branch 'master' into v0.60.0
2 parents 61d1511 + 96c080e commit 70ac25e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Switch st2 version to `v3.5dev` as a new latest development version (#187)
88
* Change st2packs definition to a list, to support multiple st2packs containers (#166) (by @moonrail)
99
* Enabled RBAC/LDAP configuration for OSS version, removed enterprise flags (#182) (by @hnanchahal)
10+
* Fixed datastore_crypto_key secret name for rules engine (#188) (by @lordpengwin)
1011

1112
## v0.52.0
1213
* Improve resource allocation and scheduling by adding resources requests cpu/memory values for st2 Pods (#179)

templates/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ spec:
468468
{{- if .Values.secrets.st2.datastore_crypto_key }}
469469
- name: st2-encryption-key-vol
470470
secret:
471-
secretName: datastore_crypto_key
471+
secretName: {{ .Release.Name }}-st2-datastore-crypto-key
472472
items:
473473
- key: datastore_crypto_key
474474
path: datastore_key.json

0 commit comments

Comments
 (0)