Skip to content

Commit

Permalink
add 3 fileshare variable to use the get fileshare signed url script
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Nov 29, 2024
1 parent 36735f8 commit a88ab32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/geoipupdates/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ type: Opaque
data:
GEOIPUPDATE_ACCOUNT_ID: {{ .Values.geoipupdate.account_id | b64enc }}
GEOIPUPDATE_LICENSE_KEY: {{ .Values.geoipupdate.license_key | b64enc }}
JENKINS_INFRA_FILESHARE_CLIENT_ID: {{ .Values.geoipupdate.fileshare_client_id | b64enc }}
JENKINS_INFRA_FILESHARE_CLIENT_SECRET: {{ .Values.geoipupdate.fileshare_client_secret | b64enc }}
JENKINS_INFRA_FILESHARE_TENANT_ID: {{ .Values.geoipupdate.fileshare_tenant_id | b64enc }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/geoipupdates/tests/values/custom_geoipupdater.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
geoipupdate:
account_id: "myaccount"
license_key: "mylicencekey"
fileshare_client_id: "clientid"
fileshare_client_secret: "clientsecret"
fileshare_tenant_id: "tenantid"
editions: "alleditions"
update_frequency: 74
storage_name: "mystoragename"
Expand Down
3 changes: 3 additions & 0 deletions charts/geoipupdates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ imagePullSecrets: []
geoipupdate:
account_id: ""
license_key: ""
fileshare_client_id: ""
fileshare_client_secret: ""
fileshare_tenant_id: ""
editions: "GeoLite2-ASN GeoLite2-City GeoLite2-Country"
update_frequency: 24
storage_name: ""
Expand Down

0 comments on commit a88ab32

Please sign in to comment.