Skip to content

Commit

Permalink
fix(cm): rename ConfigMap again and rename reference in Deployment ac…
Browse files Browse the repository at this point in the history
…cordingly
  • Loading branch information
Jens Schulze committed Aug 3, 2023
1 parent 9e2268d commit cc3e940
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/restinthemiddle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: restinthemiddle
description: Deploy the HTTP logging proxy with ease
type: application
version: 0.7.1
version: 0.7.2
2 changes: 1 addition & 1 deletion charts/restinthemiddle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# restinthemiddle

![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Deploy the HTTP logging proxy with ease

Expand Down
2 changes: 1 addition & 1 deletion charts/restinthemiddle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "restinthemiddle.fullname" . }}-config
name: {{ include "restinthemiddle.fullname" . }}
namespace: {{ .Release.Namespace }}
data:
config.yaml: |
Expand Down
2 changes: 1 addition & 1 deletion charts/restinthemiddle/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
volumes:
- name: config-volume
configMap:
name: restinthemiddle-config
name: {{ include "restinthemiddle.fullname" . }}

{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit cc3e940

Please sign in to comment.