Skip to content

Commit

Permalink
Fix Helm Templates Generation (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Indresh Prakash <indreshprakash24@gmail.com>
  • Loading branch information
Indresh2410 authored Oct 25, 2024
1 parent 818a20f commit 4cc1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/templates/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: {{ .Values.service-monitor.apiVersion }}
apiVersion: {{ .Values.serviceMonitor.apiVersion }}
kind: ServiceMonitor
metadata:
name: {{ include "dcgm-exporter.fullname" . }}
Expand Down

0 comments on commit 4cc1d19

Please sign in to comment.