Thales Elero Cervi 17a94411fa Partial FluxCD version of stx-openstack: misc
This is continuing previous work [1] of the openstack app
migration to FluxCD, adding miscellaneous  charts.
This change includes the following charts:
heat, fm-rest-api, horizon, ironic and dcdbsync.

Test Plan:
PASS - build-helm-charts.sh builds a basic FluxCD app tarball
PASS - application upload and overrides generated
PASS - application apply/remove/delete

[1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/848189

Story: 2009138
Task: 45462

Signed-off-by: Thales Elero Cervi <thaleselero.cervi@windriver.com>
Change-Id: I502b614e924a01aab47a004376d53a11ca1e096c
2022-09-27 09:52:18 -03:00

21 lines
401 B
YAML

#
# Copyright (c) 2022 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
namespace: openstack
resources:
- helmrelease.yaml
secretGenerator:
- name: fm-rest-api-static-overrides
files:
- fm-rest-api-static-overrides.yaml
- name: fm-rest-api-system-overrides
files:
- fm-rest-api-system-overrides.yaml
generatorOptions:
disableNameSuffixHash: true
...