Skip to content

Commit 6cf7cbc

Browse files
committed
fix: deploy nautobot token for nautobotop as part of nautobotop
The nautobot token generation for nautobotop should be deployed as part of the nautobotop and not part of the site-workflows. This is especially important because nautobot is part of the global and not the site.
1 parent a48768e commit 6cf7cbc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

apps/global/nautobotop.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ sources:
1111
- $deploy/{{.name}}/helm-configs/nautobotop.yaml
1212
- ref: deploy
1313
path: '{{.name}}/manifests/nautobotop'
14+
- ref: understack
15+
path: 'workflows/nautobot-token'
16+
helm:
17+
valueFiles:
18+
- $understack/workflows/nautobot-token/values.yaml
19+
ignoreMissingValueFiles: true

components/site-workflows/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ helmCharts:
2929
- name: nautobot-token
3030
namespace: openstack
3131
valuesFile: nautobot-token-values.yaml
32-
- name: nautobot-token
33-
namespace: nautobotop
34-
valuesFile: nautobot-token-values.yaml
3532

3633
helmGlobals:
3734
chartHome: ../../workflows/

0 commit comments

Comments
 (0)