Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ spec:
Resource
displayName: Template
path: openstackclient.template
- description: List of environment variables to set in the container.
displayName: Env
path: openstackclient.template.env
- description: Ovn - Overrides to use when creating the OVN Services
displayName: Ovn
path: ovn
Expand Down
6 changes: 6 additions & 0 deletions config/operator/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ patches:
kind: Deployment
name: openstack-operator-controller-init
namespace: system
- patch: '[{"op": "replace", "path": "/spec/template/spec/containers/0/env/0", "value":
{"name": "OPENSTACK_RELEASE_VERSION", "value": "0.6.0-1775627212"}}]'
target:
kind: Deployment
name: openstack-operator-controller-init
namespace: system
Loading