Set GITHUB_TOKEN environment variable from secret resource
This commit is contained in:
		
							parent
							
								
									c6a591d3fe
								
							
						
					
					
						commit
						d554f4e3f4
					
				|  | @ -29,6 +29,12 @@ spec: | ||||||
|         - /manager |         - /manager | ||||||
|         args: |         args: | ||||||
|         - --enable-leader-election |         - --enable-leader-election | ||||||
|  |         env: | ||||||
|  |         - name: GITHUB_TOKEN | ||||||
|  |           valueFrom: | ||||||
|  |             secretKeyRef: | ||||||
|  |               name: controller-manager | ||||||
|  |               key: github_token | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             cpu: 100m |             cpu: 100m | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue