We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da70db1 commit 9b3feebCopy full SHA for 9b3feeb
nginx-docker-builder/manifests/nginx-manifest.yaml
@@ -24,14 +24,13 @@ spec:
24
env:
25
# 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`
+ # kubectl create secret generic license-token --from-file=license.jwt=<path-to-your-jwt> --type=nginx.com/license -n <Your Namespace>
29
- name: NGINX_LICENSE
30
#value: "NGINX_JWT_LICENSE_TOKEN"
31
valueFrom:
32
secretKeyRef:
33
- name: nginx-license
34
- key: jwt
+ name: license-token
+ key: license.jwt
35
36
# NGINX Agent Configuration
37
- name: NGINX_AGENT_ENABLED
0 commit comments