mirror of
				https://github.com/Telecominfraproject/wlan-cloud-helm.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	Review changes that would be added to deployment testing
This commit is contained in:
		| @@ -48,7 +48,14 @@ spec: | ||||
|         - name: {{ .Chart.Name }} | ||||
|           securityContext: | ||||
|             {{- toYaml .Values.securityContext | nindent 12 }} | ||||
| 		  	        {{- if .Values.global.testingEnabled }} | ||||
|           image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}-{{.Values.global.testingTimestamp}} | ||||
| 		          {{- else }} | ||||
| 		          image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }} | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|           imagePullPolicy: {{ .Values.global.pullPolicy }} | ||||
|           env: | ||||
|             {{- include "common.env" . | nindent 12 }} | ||||
|   | ||||
| @@ -9,9 +9,12 @@ | ||||
|  | ||||
| replicaCount: 1 | ||||
|  | ||||
|  | ||||
|  | ||||
| image: | ||||
|   name: wlan-portal-service | ||||
|   tag: 0.0.1-SNAPSHOT | ||||
|   timestamp: | ||||
|  | ||||
| nameOverride: "" | ||||
| fullnameOverride: "" | ||||
|   | ||||
| @@ -37,6 +37,11 @@ global: | ||||
|   # Is the Cluster deployed in Cloud | ||||
|   isCloudDeployment: true | ||||
|  | ||||
|   testingEnabled: false | ||||
|  | ||||
|   testingTimestamp:  | ||||
|    | ||||
|    | ||||
| # Namespace related | ||||
| createReleaseNamespace: true | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akshay Jagadish
					Akshay Jagadish