forked from NationTech/harmony
		
	Merge pull request 'fix: added securityContext.runAsUser:null to argo-cd helm chart so that in okd user group will be randomly assigned within the uid range for the designated namespace' (#156) from fix/argo-cd-redis into master
Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/156
This commit is contained in:
		
						commit
						c84b2413ed
					
				| @ -160,6 +160,9 @@ global: | ||||
|   ## Used for ingresses, certificates, SSO, notifications, etc. | ||||
|   domain: {domain} | ||||
| 
 | ||||
|   securityContext:  | ||||
|     runAsUser: null | ||||
| 
 | ||||
|   # -- Runtime class name for all components | ||||
|   runtimeClassName: "" | ||||
| 
 | ||||
| @ -471,6 +474,13 @@ redis: | ||||
|   # -- Redis name | ||||
|   name: redis | ||||
| 
 | ||||
|   serviceAccount: | ||||
|     create: true | ||||
| 
 | ||||
|   securityContext: | ||||
|     runAsUser: null | ||||
| 
 | ||||
| 
 | ||||
|   ## Redis image | ||||
|   image: | ||||
|     # -- Redis repository | ||||
|  | ||||
| @ -12,9 +12,6 @@ use std::process::Command; | ||||
| use crate::modules::k8s::ingress::{K8sIngressScore, PathType}; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::grafana_default_dashboard::build_default_dashboard; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_alertmanager_config::RHOBObservability; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_alertmanagers::{ | ||||
|     Alertmanager, AlertmanagerSpec, | ||||
| }; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_grafana::{ | ||||
|     Grafana, GrafanaDashboard, GrafanaDashboardSpec, GrafanaDatasource, GrafanaDatasourceConfig, | ||||
|     GrafanaDatasourceSpec, GrafanaSpec, | ||||
| @ -25,13 +22,8 @@ use crate::modules::monitoring::kube_prometheus::crd::rhob_monitoring_stack::{ | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_prometheus_rules::{ | ||||
|     PrometheusRule, PrometheusRuleSpec, RuleGroup, | ||||
| }; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_prometheuses::{ | ||||
|     AlertmanagerEndpoints, LabelSelector, PrometheusSpec, PrometheusSpecAlerting, | ||||
| }; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_prometheuses::LabelSelector; | ||||
| 
 | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_role::{ | ||||
|     build_prom_role, build_prom_rolebinding, build_prom_service_account, | ||||
| }; | ||||
| use crate::modules::monitoring::kube_prometheus::crd::rhob_service_monitor::{ | ||||
|     ServiceMonitor, ServiceMonitorSpec, | ||||
| }; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user