Skip to content

Commit

Permalink
ref: updates netbox configuration for AWS and database secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Sep 19, 2024
1 parent 5283843 commit 409be91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion kubernetes/apps/networking/netbox/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
data:
AWS_ACCESS_KEY_ID: "{{ .NETBOX_AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "{{ .NETBOX_AWS_SECRET_ACCESS_KEY }}"
AWS_S3_ENDPOINT_URL: "http://192.168.3.3:9000"
email_password: ""
napalm_password: ""
REDIS_PASSWORD: "{{ .REDIS_PASSWORD }}"
Expand Down
4 changes: 3 additions & 1 deletion kubernetes/apps/networking/netbox/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ spec:
storageBackend: storages.backends.s3boto3.S3Boto3Storage
storageConfig:
AWS_STORAGE_BUCKET_NAME: "netbox"
existingSecret: netbox-secret
AWS_S3_ENDPOINT_URL: "http://192.168.3.3:9000"
AWS_S3_REGION_NAME: "eu-east-1"
existingSecret: netbox-secret
metricsEnabled: true
postgresql:
enabled: false
Expand Down

0 comments on commit 409be91

Please sign in to comment.