Qovery v0.28.10 published on Friday, Jun 7, 2024 by dirien
qovery.getHelm
Explore with Pulumi AI
# qovery.Helm (Data Source)
Provides a Qovery helm resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as qovery from "@pulumi/qovery";
const myHelm = qovery.getHelm({
    id: "<helm_id>",
});
import pulumi
import pulumi_qovery as qovery
my_helm = qovery.get_helm(id="<helm_id>")
package main
import (
	"github.com/dirien/pulumi-qovery/sdk/go/qovery"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := qovery.LookupHelm(ctx, &qovery.LookupHelmArgs{
			Id: "<helm_id>",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Qovery = Pulumi.Qovery;
return await Deployment.RunAsync(() => 
{
    var myHelm = Qovery.GetHelm.Invoke(new()
    {
        Id = "<helm_id>",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.qovery.QoveryFunctions;
import com.pulumi.qovery.inputs.GetHelmArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var myHelm = QoveryFunctions.getHelm(GetHelmArgs.builder()
            .id("<helm_id>")
            .build());
    }
}
variables:
  myHelm:
    fn::invoke:
      Function: qovery:getHelm
      Arguments:
        id: <helm_id>
Using getHelm
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHelm(args: GetHelmArgs, opts?: InvokeOptions): Promise<GetHelmResult>
function getHelmOutput(args: GetHelmOutputArgs, opts?: InvokeOptions): Output<GetHelmResult>def get_helm(advanced_settings_json: Optional[str] = None,
             deployment_restrictions: Optional[Sequence[GetHelmDeploymentRestriction]] = None,
             deployment_stage_id: Optional[str] = None,
             environment_variable_aliases: Optional[Sequence[GetHelmEnvironmentVariableAlias]] = None,
             environment_variable_overrides: Optional[Sequence[GetHelmEnvironmentVariableOverride]] = None,
             environment_variables: Optional[Sequence[GetHelmEnvironmentVariable]] = None,
             id: Optional[str] = None,
             secret_aliases: Optional[Sequence[GetHelmSecretAlias]] = None,
             secret_overrides: Optional[Sequence[GetHelmSecretOverride]] = None,
             secrets: Optional[Sequence[GetHelmSecret]] = None,
             opts: Optional[InvokeOptions] = None) -> GetHelmResult
def get_helm_output(advanced_settings_json: Optional[pulumi.Input[str]] = None,
             deployment_restrictions: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmDeploymentRestrictionArgs]]]] = None,
             deployment_stage_id: Optional[pulumi.Input[str]] = None,
             environment_variable_aliases: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmEnvironmentVariableAliasArgs]]]] = None,
             environment_variable_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmEnvironmentVariableOverrideArgs]]]] = None,
             environment_variables: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmEnvironmentVariableArgs]]]] = None,
             id: Optional[pulumi.Input[str]] = None,
             secret_aliases: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmSecretAliasArgs]]]] = None,
             secret_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmSecretOverrideArgs]]]] = None,
             secrets: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmSecretArgs]]]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetHelmResult]func LookupHelm(ctx *Context, args *LookupHelmArgs, opts ...InvokeOption) (*LookupHelmResult, error)
func LookupHelmOutput(ctx *Context, args *LookupHelmOutputArgs, opts ...InvokeOption) LookupHelmResultOutput> Note: This function is named LookupHelm in the Go SDK.
public static class GetHelm 
{
    public static Task<GetHelmResult> InvokeAsync(GetHelmArgs args, InvokeOptions? opts = null)
    public static Output<GetHelmResult> Invoke(GetHelmInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHelmResult> getHelm(GetHelmArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: qovery:index/getHelm:getHelm
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
 - Id of the helm.
 - Advanced
Settings stringJson  - Advanced settings.
 - Deployment
Restrictions List<ediri.Qovery. Inputs. Get Helm Deployment Restriction>  - List of deployment restrictions
 - Deployment
Stage stringId  - Id of the deployment stage.
 - Environment
Variable List<ediri.Aliases Qovery. Inputs. Get Helm Environment Variable Alias>  - List of environment variable aliases linked to this helm.
 - Environment
Variable List<ediri.Overrides Qovery. Inputs. Get Helm Environment Variable Override>  - List of environment variable overrides linked to this helm.
 - Environment
Variables List<ediri.Qovery. Inputs. Get Helm Environment Variable>  - List of environment variables linked to this helm.
 - Secret
Aliases List<ediri.Qovery. Inputs. Get Helm Secret Alias>  - List of secret aliases linked to this helm.
 - Secret
Overrides List<ediri.Qovery. Inputs. Get Helm Secret Override>  - List of secret overrides linked to this helm.
 - Secrets
List<ediri.
Qovery. Inputs. Get Helm Secret>  - List of secrets linked to this helm.
 
- Id string
 - Id of the helm.
 - Advanced
Settings stringJson  - Advanced settings.
 - Deployment
Restrictions []GetHelm Deployment Restriction  - List of deployment restrictions
 - Deployment
Stage stringId  - Id of the deployment stage.
 - Environment
Variable []GetAliases Helm Environment Variable Alias  - List of environment variable aliases linked to this helm.
 - Environment
Variable []GetOverrides Helm Environment Variable Override  - List of environment variable overrides linked to this helm.
 - Environment
Variables []GetHelm Environment Variable  - List of environment variables linked to this helm.
 - Secret
Aliases []GetHelm Secret Alias  - List of secret aliases linked to this helm.
 - Secret
Overrides []GetHelm Secret Override  - List of secret overrides linked to this helm.
 - Secrets
[]Get
Helm Secret  - List of secrets linked to this helm.
 
- id String
 - Id of the helm.
 - advanced
Settings StringJson  - Advanced settings.
 - deployment
Restrictions List<GetHelm Deployment Restriction>  - List of deployment restrictions
 - deployment
Stage StringId  - Id of the deployment stage.
 - environment
Variable List<GetAliases Helm Environment Variable Alias>  - List of environment variable aliases linked to this helm.
 - environment
Variable List<GetOverrides Helm Environment Variable Override>  - List of environment variable overrides linked to this helm.
 - environment
Variables List<GetHelm Environment Variable>  - List of environment variables linked to this helm.
 - secret
Aliases List<GetHelm Secret Alias>  - List of secret aliases linked to this helm.
 - secret
Overrides List<GetHelm Secret Override>  - List of secret overrides linked to this helm.
 - secrets
List<Get
Helm Secret>  - List of secrets linked to this helm.
 
- id string
 - Id of the helm.
 - advanced
Settings stringJson  - Advanced settings.
 - deployment
Restrictions GetHelm Deployment Restriction[]  - List of deployment restrictions
 - deployment
Stage stringId  - Id of the deployment stage.
 - environment
Variable GetAliases Helm Environment Variable Alias[]  - List of environment variable aliases linked to this helm.
 - environment
Variable GetOverrides Helm Environment Variable Override[]  - List of environment variable overrides linked to this helm.
 - environment
Variables GetHelm Environment Variable[]  - List of environment variables linked to this helm.
 - secret
Aliases GetHelm Secret Alias[]  - List of secret aliases linked to this helm.
 - secret
Overrides GetHelm Secret Override[]  - List of secret overrides linked to this helm.
 - secrets
Get
Helm Secret[]  - List of secrets linked to this helm.
 
- id str
 - Id of the helm.
 - advanced_
settings_ strjson  - Advanced settings.
 - deployment_
restrictions Sequence[GetHelm Deployment Restriction]  - List of deployment restrictions
 - deployment_
stage_ strid  - Id of the deployment stage.
 - environment_
variable_ Sequence[Getaliases Helm Environment Variable Alias]  - List of environment variable aliases linked to this helm.
 - environment_
variable_ Sequence[Getoverrides Helm Environment Variable Override]  - List of environment variable overrides linked to this helm.
 - environment_
variables Sequence[GetHelm Environment Variable]  - List of environment variables linked to this helm.
 - secret_
aliases Sequence[GetHelm Secret Alias]  - List of secret aliases linked to this helm.
 - secret_
overrides Sequence[GetHelm Secret Override]  - List of secret overrides linked to this helm.
 - secrets
Sequence[Get
Helm Secret]  - List of secrets linked to this helm.
 
- id String
 - Id of the helm.
 - advanced
Settings StringJson  - Advanced settings.
 - deployment
Restrictions List<Property Map> - List of deployment restrictions
 - deployment
Stage StringId  - Id of the deployment stage.
 - environment
Variable List<Property Map>Aliases  - List of environment variable aliases linked to this helm.
 - environment
Variable List<Property Map>Overrides  - List of environment variable overrides linked to this helm.
 - environment
Variables List<Property Map> - List of environment variables linked to this helm.
 - secret
Aliases List<Property Map> - List of secret aliases linked to this helm.
 - secret
Overrides List<Property Map> - List of secret overrides linked to this helm.
 - secrets List<Property Map>
 - List of secrets linked to this helm.
 
getHelm Result
The following output properties are available:
- Advanced
Settings stringJson  - Advanced settings.
 - Built
In List<ediri.Environment Variables Qovery. Outputs. Get Helm Built In Environment Variable>  - List of built-in environment variables linked to this helm.
 - Deployment
Stage stringId  - Id of the deployment stage.
 - Environment
Id string - Id of the environment.
 - Environment
Variable List<ediri.Aliases Qovery. Outputs. Get Helm Environment Variable Alias>  - List of environment variable aliases linked to this helm.
 - External
Host string - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - Id string
 - Id of the helm.
 - Internal
Host string - The helm internal host.
 - Name string
 - Name of the helm.
 - Deployment
Restrictions List<ediri.Qovery. Outputs. Get Helm Deployment Restriction>  - List of deployment restrictions
 - Environment
Variable List<ediri.Overrides Qovery. Outputs. Get Helm Environment Variable Override>  - List of environment variable overrides linked to this helm.
 - Environment
Variables List<ediri.Qovery. Outputs. Get Helm Environment Variable>  - List of environment variables linked to this helm.
 - Secret
Aliases List<ediri.Qovery. Outputs. Get Helm Secret Alias>  - List of secret aliases linked to this helm.
 - Secret
Overrides List<ediri.Qovery. Outputs. Get Helm Secret Override>  - List of secret overrides linked to this helm.
 - Secrets
List<ediri.
Qovery. Outputs. Get Helm Secret>  - List of secrets linked to this helm.
 
- Advanced
Settings stringJson  - Advanced settings.
 - Built
In []GetEnvironment Variables Helm Built In Environment Variable  - List of built-in environment variables linked to this helm.
 - Deployment
Stage stringId  - Id of the deployment stage.
 - Environment
Id string - Id of the environment.
 - Environment
Variable []GetAliases Helm Environment Variable Alias  - List of environment variable aliases linked to this helm.
 - External
Host string - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - Id string
 - Id of the helm.
 - Internal
Host string - The helm internal host.
 - Name string
 - Name of the helm.
 - Deployment
Restrictions []GetHelm Deployment Restriction  - List of deployment restrictions
 - Environment
Variable []GetOverrides Helm Environment Variable Override  - List of environment variable overrides linked to this helm.
 - Environment
Variables []GetHelm Environment Variable  - List of environment variables linked to this helm.
 - Secret
Aliases []GetHelm Secret Alias  - List of secret aliases linked to this helm.
 - Secret
Overrides []GetHelm Secret Override  - List of secret overrides linked to this helm.
 - Secrets
[]Get
Helm Secret  - List of secrets linked to this helm.
 
- advanced
Settings StringJson  - Advanced settings.
 - built
In List<GetEnvironment Variables Helm Built In Environment Variable>  - List of built-in environment variables linked to this helm.
 - deployment
Stage StringId  - Id of the deployment stage.
 - environment
Id String - Id of the environment.
 - environment
Variable List<GetAliases Helm Environment Variable Alias>  - List of environment variable aliases linked to this helm.
 - external
Host String - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - id String
 - Id of the helm.
 - internal
Host String - The helm internal host.
 - name String
 - Name of the helm.
 - deployment
Restrictions List<GetHelm Deployment Restriction>  - List of deployment restrictions
 - environment
Variable List<GetOverrides Helm Environment Variable Override>  - List of environment variable overrides linked to this helm.
 - environment
Variables List<GetHelm Environment Variable>  - List of environment variables linked to this helm.
 - secret
Aliases List<GetHelm Secret Alias>  - List of secret aliases linked to this helm.
 - secret
Overrides List<GetHelm Secret Override>  - List of secret overrides linked to this helm.
 - secrets
List<Get
Helm Secret>  - List of secrets linked to this helm.
 
- advanced
Settings stringJson  - Advanced settings.
 - built
In GetEnvironment Variables Helm Built In Environment Variable[]  - List of built-in environment variables linked to this helm.
 - deployment
Stage stringId  - Id of the deployment stage.
 - environment
Id string - Id of the environment.
 - environment
Variable GetAliases Helm Environment Variable Alias[]  - List of environment variable aliases linked to this helm.
 - external
Host string - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - id string
 - Id of the helm.
 - internal
Host string - The helm internal host.
 - name string
 - Name of the helm.
 - deployment
Restrictions GetHelm Deployment Restriction[]  - List of deployment restrictions
 - environment
Variable GetOverrides Helm Environment Variable Override[]  - List of environment variable overrides linked to this helm.
 - environment
Variables GetHelm Environment Variable[]  - List of environment variables linked to this helm.
 - secret
Aliases GetHelm Secret Alias[]  - List of secret aliases linked to this helm.
 - secret
Overrides GetHelm Secret Override[]  - List of secret overrides linked to this helm.
 - secrets
Get
Helm Secret[]  - List of secrets linked to this helm.
 
- advanced_
settings_ strjson  - Advanced settings.
 - built_
in_ Sequence[Getenvironment_ variables Helm Built In Environment Variable]  - List of built-in environment variables linked to this helm.
 - deployment_
stage_ strid  - Id of the deployment stage.
 - environment_
id str - Id of the environment.
 - environment_
variable_ Sequence[Getaliases Helm Environment Variable Alias]  - List of environment variable aliases linked to this helm.
 - external_
host str - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - id str
 - Id of the helm.
 - internal_
host str - The helm internal host.
 - name str
 - Name of the helm.
 - deployment_
restrictions Sequence[GetHelm Deployment Restriction]  - List of deployment restrictions
 - environment_
variable_ Sequence[Getoverrides Helm Environment Variable Override]  - List of environment variable overrides linked to this helm.
 - environment_
variables Sequence[GetHelm Environment Variable]  - List of environment variables linked to this helm.
 - secret_
aliases Sequence[GetHelm Secret Alias]  - List of secret aliases linked to this helm.
 - secret_
overrides Sequence[GetHelm Secret Override]  - List of secret overrides linked to this helm.
 - secrets
Sequence[Get
Helm Secret]  - List of secrets linked to this helm.
 
- advanced
Settings StringJson  - Advanced settings.
 - built
In List<Property Map>Environment Variables  - List of built-in environment variables linked to this helm.
 - deployment
Stage StringId  - Id of the deployment stage.
 - environment
Id String - Id of the environment.
 - environment
Variable List<Property Map>Aliases  - List of environment variable aliases linked to this helm.
 - external
Host String - The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
 - id String
 - Id of the helm.
 - internal
Host String - The helm internal host.
 - name String
 - Name of the helm.
 - deployment
Restrictions List<Property Map> - List of deployment restrictions
 - environment
Variable List<Property Map>Overrides  - List of environment variable overrides linked to this helm.
 - environment
Variables List<Property Map> - List of environment variables linked to this helm.
 - secret
Aliases List<Property Map> - List of secret aliases linked to this helm.
 - secret
Overrides List<Property Map> - List of secret overrides linked to this helm.
 - secrets List<Property Map>
 - List of secrets linked to this helm.
 
Supporting Types
GetHelmBuiltInEnvironmentVariable     
GetHelmDeploymentRestriction   
GetHelmEnvironmentVariable   
GetHelmEnvironmentVariableAlias    
GetHelmEnvironmentVariableOverride    
GetHelmSecret  
GetHelmSecretAlias   
GetHelmSecretOverride   
Package Details
- Repository
 - qovery dirien/pulumi-qovery
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
qoveryTerraform Provider.