helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Chart for Wiremock deployment on Kubernetes

Results 21 helm-charts issues
Sort by recently updated
recently updated
newest added

### Proposal Right now the image default to `holomekc/wiremock-gui` which includes UI for WireMock. This version uses older version, and it is basically a hard fork that does not use...

enhancement

### Proposal Adding a replacement "/" with "_" will allow you to create folders with files in mappings and responses to structure wiremock/templates/configmap-mappings.yaml:15 `{{ $key | trimPrefix "mappings/" | replace...

enhancement

### Proposal As per discussion: https://github.com/wiremock/helm-charts/pull/46#issuecomment-2348923493 We need to cleanup unwanted links based on the available releases here: https://github.com/wiremock/helm-charts/releases ### Reproduction steps Housekeeping ### References _No response_

help wanted
chore

The user might want to mount their mappings and responses volumes themselves, in order to get files from other sources such as a PersistentVolume, a S3 bucket, etc. As such,...

Wanted to add additional volumes so I could persist the mappings. Found out that there is no way to do that sadly. ## Values Keys ### `.Values.revisionHistoryLimit` Quality of life...

### Proposal We're trying to set up a GCS bucket as a volume from which we can load files by mounting it to `__files`. The chart currently doesn't have a...

enhancement

### Summary Hello, I've been using your chart and I was trying to use files on my local to configure the mappings and response. I tried to go with volumes...

documentation

### Proposal Add removal of all leading and trailing whitespace, including newlines via {{- -}} here https://github.com/wiremock/helm-charts/blob/master/charts/wiremock/templates/_helpers.tpl#L71 and parse with toYaml ``` {{- toYaml .Values.podAnnotations | nindent 0 -}} ```...

bug

### Proposal Needed for https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes for instance add ``` {{- if .Values.podLabels}} {{- toYaml .Values.podLabels | nindent 0 -}} {{- end }} ``` and ``` {{- if .Values.labels}} {{- toYaml...

enhancement

This MR add the `automountServiceAccountToken` values configuration to allow to not autmount service account inside the container. ## References None ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/)...