Skip to content

Commit 9b3feeb

Browse files
Manifest updated (#176)
* Manifest updated * Manifest updated * Manifest updated
1 parent da70db1 commit 9b3feeb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ spec:
2424
env:
2525
# NGINX Plus R33+ JWT license token - it is recommended to store this in a Kubernetes secret
2626
# To create the secret using a license.jwt file, run:
27-
#
28-
# kubectl create secret generic nginx-license --from-literal=jwt=`cat license.jwt`
27+
# kubectl create secret generic license-token --from-file=license.jwt=<path-to-your-jwt> --type=nginx.com/license -n <Your Namespace>
2928
- name: NGINX_LICENSE
3029
#value: "NGINX_JWT_LICENSE_TOKEN"
3130
valueFrom:
3231
secretKeyRef:
33-
name: nginx-license
34-
key: jwt
32+
name: license-token
33+
key: license.jwt
3534

3635
# NGINX Agent Configuration
3736
- name: NGINX_AGENT_ENABLED

0 commit comments

Comments
 (0)