[ISSUE] RESTAPI_PUSHER_SECRET does not allow you to reference a differently-named k8s Secret #2281
Labels
good first issue
Good for newcomers
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
platform/aws
Issues related to AWS
platform/gcp
Issues related to GCP
Milestone
Describe the issue:
In #644
we wanted to define a configuration that would use existingSecret for all components. one set of
secretKeyRef
's in the webmodeler restapi appears to not have a configurable secret name.camunda-platform-helm/charts/camunda-platform-latest/templates/web-modeler/deployment-restapi.yaml
Lines 54 to 68 in e9ffb23
A workaround to this would be to set
Actual behavior:
RESTAPI_PUSHER_SECRET uses RELEASE-web-modeler for the secret name regardless of whether all existingSecrets are defined explicitly.
Expected behavior:
I expect that I can reference a Secret for any references of
secretKeyRef
.How to reproduce:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: