Skip to content

Commit

Permalink
fix: add namespace to configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3s-s committed Feb 8, 2022
1 parent 7646174 commit 9d36633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: k8s-proxy-image-swapper
description: A Helm chart for Kubernetes
type: application
version: 0.3.2
version: 0.3.3
appVersion: 0.3.2
1 change: 1 addition & 0 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: k8s-proxy-image-swapper-config
namespace: kube-system
data:
config.yaml: |
{{ .Values.config | toYaml | indent 4 -}}

0 comments on commit 9d36633

Please sign in to comment.