Skip to content

Commit

Permalink
Merge pull request #658 from rackerlabs/drop-aio
Browse files Browse the repository at this point in the history
chore: drop the 'aio' in the helm values file
  • Loading branch information
cardoe authored Feb 8, 2025
2 parents 076e7c7 + 542aa13 commit b39e502
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/appsets/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
releaseName: '{{.component}}'
valueFiles:
- $understack/components/openstack-{{.openstackRelease}}-jammy.yaml
- $understack/components/{{.component}}/aio-values.yaml
- $understack/components/{{.component}}/values.yaml
- $deploy/{{.name}}/manifests/secret-openstack.yaml
- $deploy/{{.name}}/helm-configs/{{.component}}.yaml
# don't require all the values files
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/ironic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ helm --namespace openstack \
install \
ironic osh/ironic \
-f components/openstack-2024.1-jammy.yaml \
-f components/ironic/aio-values.yaml \
-f components/ironic/values.yaml \
-f components/ironic/values.tpl.yaml \
-f secret-openstack.yaml
```
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion components/keystone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helm --namespace openstack \
install \
keystone osh/keystone \
-f components/openstack-2024.1-jammy.yaml \
-f components/keystone/aio-values.yaml \
-f components/keystone/values.yaml \
-f secret-openstack.yaml
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b39e502

Please sign in to comment.