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

42 lines
842 B
YAML

#
# Copyright (c) 2022 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
kind: HelmRelease
metadata:
name: fm-rest-api
labels:
chart_group: openstack-fm-rest-api
spec:
releaseName: osh-openstack-fm-rest-api
chart:
spec:
chart: fm-rest-api
version: 0.1.0
sourceRef:
kind: HelmRepository
name: starlingx
interval: 5m
timeout: 30m
test:
enable: false
install:
disableHooks: false
upgrade:
disableHooks: false
dependsOn:
- name: heat
namespace: openstack
valuesFrom:
- kind: Secret
name: fm-rest-api-static-overrides
valuesKey: fm-rest-api-static-overrides.yaml
- kind: Secret
name: fm-rest-api-system-overrides
valuesKey: fm-rest-api-system-overrides.yaml
...