Skip to content

Commit

Permalink
fix: don't use sealed secrets for OpenStack Helm
Browse files Browse the repository at this point in the history
Since we're applying this immediately and not storing it, we don't need
to run this through sealed secrets.
  • Loading branch information
cardoe committed Mar 7, 2024
1 parent 89156ce commit 8cec26c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/10-keystone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ helm --namespace openstack template \
-f components/openstack-2023.1-jammy.yaml \
-f components/10-keystone/aio-values.yaml \
-f secret-openstack.yaml \
--post-renderer $(git rev-parse --show-toplevel)/scripts/openstack-helm-sealed-secrets.sh \
| kubectl -n openstack apply -f -
```

Expand Down
1 change: 0 additions & 1 deletion components/13-ironic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ helm --namespace openstack template \
-f components/openstack-2023.1-jammy.yaml \
-f components/13-ironic/aio-values.yaml \
-f secret-openstack.yaml \
--post-renderer $(git rev-parse --show-toplevel)/scripts/openstack-helm-sealed-secrets.sh \
| kubectl -n openstack apply -f -
```

Expand Down

0 comments on commit 8cec26c

Please sign in to comment.