Skip to content

Commit

Permalink
base64encode jwt var for nginxplus workload (#8987)
Browse files Browse the repository at this point in the history
* updated ingress-controller j2

* added license secret for nginxplus

* fixed trailing spaces

* add base64encode to license secret

---------

Co-authored-by: George James <[email protected]>
  • Loading branch information
gejames and ansible-kickstart authored Jan 16, 2025
1 parent b598a92 commit 3b981b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ metadata:
namespace: {{ ocp4_workload_nginxplus_namespace }}
type: nginx.com/license
data:
license.jwt: {{ ocp4_workload_nginxplus_license }}
license.jwt: {{ ocp4_workload_nginxplus_license | base64encode }}

0 comments on commit 3b981b2

Please sign in to comment.