docs: update DevOps/Helm/Learn-by-Krukov/02-video-app-metadata
parent
b4b6ccd2ea
commit
2697de795e
|
|
@ -2,7 +2,7 @@
|
|||
title: 02-video-app-metadata
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-09T09:59:50.715Z
|
||||
date: 2023-11-09T10:02:30.373Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-08T10:42:51.395Z
|
||||
|
|
@ -385,8 +385,6 @@ fullnameOverride: "art"
|
|||
application:
|
||||
reloader: true
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
helm template app ./openresty-art --set "application.reloader=true" --debug > app.yaml
|
||||
helm template app ./openresty-art -f my-values.yaml > app.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue