UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6faffd63 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

fix: Syntax in sonarqube HR and adding haproxy flux defs

parent c973d5eb
No related branches found
No related tags found
1 merge request!453Resolve "Set Global Timeout for Flux & Allow for HelmRelease Flux Settings to be Populated via Values File"
{{- $fluxSettings := deepCopy .Values.sonarqube.flux | mergeOverwrite .Values.flux -}}
{{- $fluxSettings := deepCopy .Values.addons.sonarqube.flux | mergeOverwrite .Values.flux -}}
{{- if .Values.addons.sonarqube.enabled }}
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
......
......@@ -635,6 +635,9 @@ addons:
path: "./chart"
tag: 1.1.2-bb.0
# -- Flux options specifically for the HAProxy Package
flux: {}
# -- Values to passthrough to the haproxy chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/haproxy.git
values: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment