Skip to content

Commit

Permalink
Merge pull request #546 from rackerlabs/remove-dexauth
Browse files Browse the repository at this point in the history
fix(nautobot): remove unused dexauth mount
  • Loading branch information
cardoe authored Dec 11, 2024
2 parents c5a31c5 + 1c0a28b commit b067d53
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/nautobot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,13 @@ nautobot:
existingSecretApiTokenKey: apitoken

extraVolumes:
- name: nautobot-dexauth
configMap:
name: dexauth
defaultMode: 420
- name: nautobot-sso
secret:
secretName: nautobot-sso
defaultMode: 420
optional: false

extraVolumeMounts:
- name: nautobot-dexauth
mountPath: /opt/nautobot/dexauth.py
readOnly: true
subPath: dexauth.py
- name: nautobot-sso
mountPath: /opt/nautobot/sso/
readOnly: true
Expand Down

0 comments on commit b067d53

Please sign in to comment.