docs: update DevOps/Helm/Learn-by-Krukov/02-video-app-metadata
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user