netbox update
This commit is contained in:
@@ -5,7 +5,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: netbox
|
||||
repo: https://charts.netbox.oss.netboxlabs.com/
|
||||
version: 7.1.11
|
||||
version: 7.2.1
|
||||
releaseName: netbox
|
||||
includeCRDs: true
|
||||
namespace: netbox
|
||||
|
||||
@@ -88,7 +88,7 @@ superuser:
|
||||
email: admin@borninpain.de
|
||||
password: ""
|
||||
apiToken: ""
|
||||
existingSecret: ""
|
||||
existingSecret: "netbox-superuser"
|
||||
|
||||
# This is a list of valid fully-qualified domain names (FQDNs) for the NetBox
|
||||
# server. NetBox will not permit write access to the server via any other
|
||||
@@ -479,12 +479,12 @@ extraConfig:
|
||||
# will be randomly generated if left blank.
|
||||
# You can also use an existing secret with "secret_key" instead of "secretKey"
|
||||
# See `existingSecret` for details
|
||||
secretKey: ""
|
||||
secretKey: "secret_key"
|
||||
|
||||
## Provide passwords using existing secret
|
||||
# If set, this Secret must contain the following keys:
|
||||
# - secret_key: session encryption token (50+ random characters)
|
||||
existingSecret: ""
|
||||
existingSecret: "netbox"
|
||||
|
||||
# Override the NGINX Unit configuration inside the container. When enabled, this
|
||||
# overrides the default configuration loaded into Unit. The upstream config is:
|
||||
|
||||
Reference in New Issue
Block a user