-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm seeing a problem where the st2rulesengine is getting hung in the Init:0/2 state and I believe it is waiting for the wrong name. The rest of the entries in the deployments.yaml file have this:
{{- if .Values.secrets.st2.datastore_crypto_key }} - name: st2-encryption-key-vol secret: secretName: {{ .Release.Name }}-st2-datastore-crypto-key items: - key: datastore_crypto_key path: datastore_key.json {{- end }}
where as the rulesengine has this:
{{- if .Values.secrets.st2.datastore_crypto_key }} - name: st2-encryption-key-vol secret: secretName: datastore_crypto_key items: - key: datastore_crypto_key path: datastore_key.json {{- end }}
Note the difference in secretName.
The strange thing is that it works sometimes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working