Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
charts/osm: add namespace to preset-mesh-config resource (#4084)
Browse files Browse the repository at this point in the history
The preset-mesh-config resource was not namespaced.
Resolves #4083

Signed-off-by: Shashank Ram <[email protected]>
  • Loading branch information
shashankram authored Sep 8, 2021
1 parent 9587d45 commit 22f7049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/osm/templates/preset-mesh-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: preset-mesh-config
namespace: {{ include "osm.namespace" . }}
data:
preset-mesh-config.json: |
{
Expand Down

0 comments on commit 22f7049

Please sign in to comment.