Skip to content

Commit

Permalink
Merge pull request #12 from elastiflow/ENG-1780-encode-license
Browse files Browse the repository at this point in the history
ENG-1780: base64 encode license key strings
  • Loading branch information
kgrubb authored Apr 15, 2024
2 parents 6e63a87 + f9adff6 commit a33bf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netobserv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: netobserv
description: ElastiFlow NetObserv
type: application
version: 0.0.10
version: 0.0.11
appVersion: 6.4.3

keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/netobserv/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ metadata:
{{- include "netobserv.labels" . | nindent 4 }}
type: Opaque
data:
license: {{ .Values.license.licenseKey }}
license: {{ .Values.license.licenseKey | b64enc }}
{{- end }}

0 comments on commit a33bf2d

Please sign in to comment.