[helm actions-runner-controller] Use namespaceSelector.matchExpression instead of matchLabels (#2830)
This commit is contained in:
		
							parent
							
								
									b1cc4da5dc
								
							
						
					
					
						commit
						94065d2fc5
					
				|  | @ -15,7 +15,7 @@ type: application | ||||||
| # This is the chart version. This version number should be incremented each time you make changes | # 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. | # to the chart and its templates, including the app version. | ||||||
| # Versions are expected to follow Semantic Versioning (https://semver.org/) | # Versions are expected to follow Semantic Versioning (https://semver.org/) | ||||||
| version: 0.23.3 | version: 0.23.4 | ||||||
| 
 | 
 | ||||||
| # Used as the default manager tag value when no tag property is provided in the values.yaml | # Used as the default manager tag value when no tag property is provided in the values.yaml | ||||||
| appVersion: 0.27.4 | appVersion: 0.27.4 | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -50,7 +50,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -81,7 +81,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -112,7 +112,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -156,7 +156,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -187,7 +187,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  | @ -218,7 +218,7 @@ webhooks: | ||||||
|   {{- if .Values.scope.singleNamespace }} |   {{- if .Values.scope.singleNamespace }} | ||||||
|   namespaceSelector: |   namespaceSelector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       name: {{ default .Release.Namespace .Values.scope.watchNamespace }} |       kubernetes.io/metadata.name: {{ default .Release.Namespace .Values.scope.watchNamespace }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   clientConfig: |   clientConfig: | ||||||
|     {{- if .Values.admissionWebHooks.caBundle }} |     {{- if .Values.admissionWebHooks.caBundle }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue