Skip to content

Commit da70db1

Browse files
Manifest updated (#175)
* Manifest updated * Manifest updated
1 parent 8700a23 commit da70db1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

nginx-docker-builder/manifests/nginx-manifest.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ spec:
2323
containerPort: 80
2424
env:
2525
# NGINX Plus R33+ JWT license token - it is recommended to store this in a Kubernetes secret
26+
# To create the secret using a license.jwt file, run:
27+
#
28+
# kubectl create secret generic nginx-license --from-literal=jwt=`cat license.jwt`
2629
- name: NGINX_LICENSE
27-
value: "NGINX_JWT_LICENSE_TOKEN"
30+
#value: "NGINX_JWT_LICENSE_TOKEN"
31+
valueFrom:
32+
secretKeyRef:
33+
name: nginx-license
34+
key: jwt
2835

2936
# NGINX Agent Configuration
3037
- name: NGINX_AGENT_ENABLED

0 commit comments

Comments
 (0)