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