correctly suffix Auth-Signer url when running in custom namespace (#1335)
This commit is contained in:
		
							parent
							
								
									a050646017
								
							
						
					
					
						commit
						4998274ab0
					
				@ -41,7 +41,7 @@ metadata:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
type: Opaque
 | 
					type: Opaque
 | 
				
			||||||
stringData:
 | 
					stringData:
 | 
				
			||||||
  WACZ_SIGN_URL: "http://auth-signer.default:5053/sign"
 | 
					  WACZ_SIGN_URL: "http://auth-signer.{{ .Release.Namespace }}:5053/sign"
 | 
				
			||||||
  WACZ_SIGN_TOKEN: "{{ $.Values.signer.auth_token }}"
 | 
					  WACZ_SIGN_TOKEN: "{{ $.Values.signer.auth_token }}"
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user