docs: update DevOps/Helm/Learn-by-Krukov/02-video-app-metadata

main
Федоров Дмитрий 2023-11-09 10:02:36 +00:00 committed by Dmitriy Fedorov
parent b4b6ccd2ea
commit 2697de795e
1 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: 02-video-app-metadata title: 02-video-app-metadata
description: description:
published: true published: true
date: 2023-11-09T09:59:50.715Z date: 2023-11-09T10:02:30.373Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2023-11-08T10:42:51.395Z dateCreated: 2023-11-08T10:42:51.395Z
@ -385,8 +385,6 @@ fullnameOverride: "art"
application: application:
reloader: true reloader: true
``` ```
``` ```
helm template app ./openresty-art --set "application.reloader=true" --debug > app.yaml helm template app ./openresty-art --set "application.reloader=true" --debug > app.yaml
helm template app ./openresty-art -f my-values.yaml > app.yaml helm template app ./openresty-art -f my-values.yaml > app.yaml