Skip to content

Commit 96c080e

Browse files
authored
Merge pull request #190 from lordpengwin/datastore_crypto_key
Issue 188: st2rulesengine references datastore_crypto_key incorrectly
2 parents 835836d + 6a2d576 commit 96c080e

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
@@ -3,6 +3,7 @@
33
## In Development
44
* Change st2packs definition to a list, to support multiple st2packs containers (#166) (by @moonrail)
55
* Enabled RBAC/LDAP configuration for OSS version, removed enterprise flags (#182) (by @hnanchahal)
6+
* Fixed datastore_crypto_key secret name for rules engine (#188) (by @lordpengwin)
67

78
## v0.52.0
89
* 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)