Skip to content

Commit

Permalink
Manifest updated (#176)
Browse files Browse the repository at this point in the history
* Manifest updated

* Manifest updated

* Manifest updated
  • Loading branch information
fabriziofiorucci authored Jan 15, 2025
1 parent da70db1 commit 9b3feeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nginx-docker-builder/manifests/nginx-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ spec:
env:
# NGINX Plus R33+ JWT license token - it is recommended to store this in a Kubernetes secret
# To create the secret using a license.jwt file, run:
#
# 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>
- name: NGINX_LICENSE
#value: "NGINX_JWT_LICENSE_TOKEN"
valueFrom:
secretKeyRef:
name: nginx-license
key: jwt
name: license-token
key: license.jwt

# NGINX Agent Configuration
- name: NGINX_AGENT_ENABLED
Expand Down

0 comments on commit 9b3feeb

Please sign in to comment.