Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetKeyValues (0.21 sec)

  1. pilot/pkg/networking/core/extension/wasmplugin.go

    	// agent will extract out the secret from env variable, use it for image pulling, and strip the
    	// env variable from VM config before forwarding it to envoy.
    	envs := pluginConfig.GetVmConfig().GetEnvironmentVariables().GetKeyValues()
    	secretName := envs[model.WasmSecretEnv]
    	if secretName != "" {
    		if sec, found := pullSecrets[secretName]; found {
    			envs[model.WasmSecretEnv] = string(sec)
    		} else {
    			envs[model.WasmSecretEnv] = ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top