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.
- AdvancedSettings stringJson 
- Advanced settings.
- DeploymentRestrictions List<ediri.Qovery. Inputs. Get Helm Deployment Restriction> 
- List of deployment restrictions
- DeploymentStage stringId 
- Id of the deployment stage.
- EnvironmentVariable List<ediri.Aliases Qovery. Inputs. Get Helm Environment Variable Alias> 
- List of environment variable aliases linked to this helm.
- EnvironmentVariable List<ediri.Overrides Qovery. Inputs. Get Helm Environment Variable Override> 
- List of environment variable overrides linked to this helm.
- EnvironmentVariables List<ediri.Qovery. Inputs. Get Helm Environment Variable> 
- List of environment variables linked to this helm.
- SecretAliases List<ediri.Qovery. Inputs. Get Helm Secret Alias> 
- List of secret aliases linked to this helm.
- SecretOverrides 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.
- AdvancedSettings stringJson 
- Advanced settings.
- DeploymentRestrictions []GetHelm Deployment Restriction 
- List of deployment restrictions
- DeploymentStage stringId 
- Id of the deployment stage.
- EnvironmentVariable []GetAliases Helm Environment Variable Alias 
- List of environment variable aliases linked to this helm.
- EnvironmentVariable []GetOverrides Helm Environment Variable Override 
- List of environment variable overrides linked to this helm.
- EnvironmentVariables []GetHelm Environment Variable 
- List of environment variables linked to this helm.
- SecretAliases []GetHelm Secret Alias 
- List of secret aliases linked to this helm.
- SecretOverrides []GetHelm Secret Override 
- List of secret overrides linked to this helm.
- Secrets
[]GetHelm Secret 
- List of secrets linked to this helm.
- id String
- Id of the helm.
- advancedSettings StringJson 
- Advanced settings.
- deploymentRestrictions List<GetHelm Deployment Restriction> 
- List of deployment restrictions
- deploymentStage StringId 
- Id of the deployment stage.
- environmentVariable List<GetAliases Helm Environment Variable Alias> 
- List of environment variable aliases linked to this helm.
- environmentVariable List<GetOverrides Helm Environment Variable Override> 
- List of environment variable overrides linked to this helm.
- environmentVariables List<GetHelm Environment Variable> 
- List of environment variables linked to this helm.
- secretAliases List<GetHelm Secret Alias> 
- List of secret aliases linked to this helm.
- secretOverrides List<GetHelm Secret Override> 
- List of secret overrides linked to this helm.
- secrets
List<GetHelm Secret> 
- List of secrets linked to this helm.
- id string
- Id of the helm.
- advancedSettings stringJson 
- Advanced settings.
- deploymentRestrictions GetHelm Deployment Restriction[] 
- List of deployment restrictions
- deploymentStage stringId 
- Id of the deployment stage.
- environmentVariable GetAliases Helm Environment Variable Alias[] 
- List of environment variable aliases linked to this helm.
- environmentVariable GetOverrides Helm Environment Variable Override[] 
- List of environment variable overrides linked to this helm.
- environmentVariables GetHelm Environment Variable[] 
- List of environment variables linked to this helm.
- secretAliases GetHelm Secret Alias[] 
- List of secret aliases linked to this helm.
- secretOverrides GetHelm Secret Override[] 
- List of secret overrides linked to this helm.
- secrets
GetHelm 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[GetHelm Secret] 
- List of secrets linked to this helm.
- id String
- Id of the helm.
- advancedSettings StringJson 
- Advanced settings.
- deploymentRestrictions List<Property Map>
- List of deployment restrictions
- deploymentStage StringId 
- Id of the deployment stage.
- environmentVariable List<Property Map>Aliases 
- List of environment variable aliases linked to this helm.
- environmentVariable List<Property Map>Overrides 
- List of environment variable overrides linked to this helm.
- environmentVariables List<Property Map>
- List of environment variables linked to this helm.
- secretAliases List<Property Map>
- List of secret aliases linked to this helm.
- secretOverrides 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:
- AdvancedSettings stringJson 
- Advanced settings.
- BuiltIn List<ediri.Environment Variables Qovery. Outputs. Get Helm Built In Environment Variable> 
- List of built-in environment variables linked to this helm.
- DeploymentStage stringId 
- Id of the deployment stage.
- EnvironmentId string
- Id of the environment.
- EnvironmentVariable List<ediri.Aliases Qovery. Outputs. Get Helm Environment Variable Alias> 
- List of environment variable aliases linked to this helm.
- ExternalHost string
- The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
- Id string
- Id of the helm.
- InternalHost string
- The helm internal host.
- Name string
- Name of the helm.
- DeploymentRestrictions List<ediri.Qovery. Outputs. Get Helm Deployment Restriction> 
- List of deployment restrictions
- EnvironmentVariable List<ediri.Overrides Qovery. Outputs. Get Helm Environment Variable Override> 
- List of environment variable overrides linked to this helm.
- EnvironmentVariables List<ediri.Qovery. Outputs. Get Helm Environment Variable> 
- List of environment variables linked to this helm.
- SecretAliases List<ediri.Qovery. Outputs. Get Helm Secret Alias> 
- List of secret aliases linked to this helm.
- SecretOverrides 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.
- AdvancedSettings stringJson 
- Advanced settings.
- BuiltIn []GetEnvironment Variables Helm Built In Environment Variable 
- List of built-in environment variables linked to this helm.
- DeploymentStage stringId 
- Id of the deployment stage.
- EnvironmentId string
- Id of the environment.
- EnvironmentVariable []GetAliases Helm Environment Variable Alias 
- List of environment variable aliases linked to this helm.
- ExternalHost string
- The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
- Id string
- Id of the helm.
- InternalHost string
- The helm internal host.
- Name string
- Name of the helm.
- DeploymentRestrictions []GetHelm Deployment Restriction 
- List of deployment restrictions
- EnvironmentVariable []GetOverrides Helm Environment Variable Override 
- List of environment variable overrides linked to this helm.
- EnvironmentVariables []GetHelm Environment Variable 
- List of environment variables linked to this helm.
- SecretAliases []GetHelm Secret Alias 
- List of secret aliases linked to this helm.
- SecretOverrides []GetHelm Secret Override 
- List of secret overrides linked to this helm.
- Secrets
[]GetHelm Secret 
- List of secrets linked to this helm.
- advancedSettings StringJson 
- Advanced settings.
- builtIn List<GetEnvironment Variables Helm Built In Environment Variable> 
- List of built-in environment variables linked to this helm.
- deploymentStage StringId 
- Id of the deployment stage.
- environmentId String
- Id of the environment.
- environmentVariable List<GetAliases Helm Environment Variable Alias> 
- List of environment variable aliases linked to this helm.
- externalHost String
- The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
- id String
- Id of the helm.
- internalHost String
- The helm internal host.
- name String
- Name of the helm.
- deploymentRestrictions List<GetHelm Deployment Restriction> 
- List of deployment restrictions
- environmentVariable List<GetOverrides Helm Environment Variable Override> 
- List of environment variable overrides linked to this helm.
- environmentVariables List<GetHelm Environment Variable> 
- List of environment variables linked to this helm.
- secretAliases List<GetHelm Secret Alias> 
- List of secret aliases linked to this helm.
- secretOverrides List<GetHelm Secret Override> 
- List of secret overrides linked to this helm.
- secrets
List<GetHelm Secret> 
- List of secrets linked to this helm.
- advancedSettings stringJson 
- Advanced settings.
- builtIn GetEnvironment Variables Helm Built In Environment Variable[] 
- List of built-in environment variables linked to this helm.
- deploymentStage stringId 
- Id of the deployment stage.
- environmentId string
- Id of the environment.
- environmentVariable GetAliases Helm Environment Variable Alias[] 
- List of environment variable aliases linked to this helm.
- externalHost string
- The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
- id string
- Id of the helm.
- internalHost string
- The helm internal host.
- name string
- Name of the helm.
- deploymentRestrictions GetHelm Deployment Restriction[] 
- List of deployment restrictions
- environmentVariable GetOverrides Helm Environment Variable Override[] 
- List of environment variable overrides linked to this helm.
- environmentVariables GetHelm Environment Variable[] 
- List of environment variables linked to this helm.
- secretAliases GetHelm Secret Alias[] 
- List of secret aliases linked to this helm.
- secretOverrides GetHelm Secret Override[] 
- List of secret overrides linked to this helm.
- secrets
GetHelm 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[GetHelm Secret] 
- List of secrets linked to this helm.
- advancedSettings StringJson 
- Advanced settings.
- builtIn List<Property Map>Environment Variables 
- List of built-in environment variables linked to this helm.
- deploymentStage StringId 
- Id of the deployment stage.
- environmentId String
- Id of the environment.
- environmentVariable List<Property Map>Aliases 
- List of environment variable aliases linked to this helm.
- externalHost String
- The helm external FQDN host [NOTE: only if your helm is using a publicly accessible port].
- id String
- Id of the helm.
- internalHost String
- The helm internal host.
- name String
- Name of the helm.
- deploymentRestrictions List<Property Map>
- List of deployment restrictions
- environmentVariable List<Property Map>Overrides 
- List of environment variable overrides linked to this helm.
- environmentVariables List<Property Map>
- List of environment variables linked to this helm.
- secretAliases List<Property Map>
- List of secret aliases linked to this helm.
- secretOverrides 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.