Federated the controller configmap
This commit is contained in:
		@@ -14,8 +14,8 @@ type: application
 | 
			
		||||
 | 
			
		||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
			
		||||
# to the chart and its templates, including the app version.
 | 
			
		||||
version: 0.1.4
 | 
			
		||||
version: 0.1.5
 | 
			
		||||
 | 
			
		||||
# This is the version number of the application being deployed. This version number should be
 | 
			
		||||
# incremented each time you make changes to the application.
 | 
			
		||||
appVersion: 0.1.0
 | 
			
		||||
appVersion: 0.1.1
 | 
			
		||||
 
 | 
			
		||||
@@ -48,12 +48,19 @@ data:
 | 
			
		||||
  URSIM_CONTROL_IMAGE: "registry.kmlabz.com/universalrobots/single_ursim_control:latest"
 | 
			
		||||
  URSIM_CONTROL_CONFIGMAP: "single-ursim-controller-config"
 | 
			
		||||
---
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: ConfigMap
 | 
			
		||||
apiVersion: types.kubefed.io/v1beta1
 | 
			
		||||
kind: FederatedConfigMap
 | 
			
		||||
metadata:
 | 
			
		||||
  name: single-ursim-controller-config
 | 
			
		||||
data:
 | 
			
		||||
  DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
 | 
			
		||||
  REDIS_URL: "redis://controller-redis/0"
 | 
			
		||||
  SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
 | 
			
		||||
  DEBUG: "{{ .Values.singleURSimControl.debug }}"
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
    data:
 | 
			
		||||
      DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
 | 
			
		||||
      REDIS_URL: "redis://controller-redis/0"
 | 
			
		||||
      SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
 | 
			
		||||
      DEBUG: "{{ .Values.singleURSimControl.debug }}"
 | 
			
		||||
  placement:
 | 
			
		||||
    clusters:
 | 
			
		||||
    - name: cloud
 | 
			
		||||
    - name: edge-1
 | 
			
		||||
    - name: edge-2
 | 
			
		||||
		Reference in New Issue
	
	Block a user