nginx使用传入配置tag

master
Kuiki 2020-06-20 10:07:08 +08:00
parent 70421cdc59
commit 2af1a14cd2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nginx-demo
image: 'nginx:alpine'
image: nginx:${NGINX_VERSION}
---
apiVersion: v1
kind: Service