Qovery v0.41.0 published on Saturday, Sep 28, 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,
             arguments: Optional[Sequence[str]] = None,
             auto_deploy: Optional[bool] = None,
             auto_preview: Optional[bool] = None,
             custom_domains: Optional[Sequence[GetHelmCustomDomain]] = 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,
             icon_uri: Optional[str] = None,
             id: Optional[str] = None,
             secret_aliases: Optional[Sequence[GetHelmSecretAlias]] = None,
             secret_overrides: Optional[Sequence[GetHelmSecretOverride]] = None,
             secrets: Optional[Sequence[GetHelmSecret]] = None,
             timeout_sec: Optional[int] = None,
             opts: Optional[InvokeOptions] = None) -> GetHelmResult
def get_helm_output(advanced_settings_json: Optional[pulumi.Input[str]] = None,
             arguments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
             auto_deploy: Optional[pulumi.Input[bool]] = None,
             auto_preview: Optional[pulumi.Input[bool]] = None,
             custom_domains: Optional[pulumi.Input[Sequence[pulumi.Input[GetHelmCustomDomainArgs]]]] = 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,
             icon_uri: Optional[pulumi.Input[str]] = 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,
             timeout_sec: Optional[pulumi.Input[int]] = 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)
public static Output<GetHelmResult> getHelm(GetHelmArgs args, InvokeOptions options)
fn::invoke:
  function: qovery:index/getHelm:getHelm
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- AdvancedSettings stringJson 
- Arguments List<string>
- AutoDeploy bool
- AutoPreview bool
- CustomDomains List<ediri.Qovery. Inputs. Get Helm Custom Domain> 
- DeploymentRestrictions List<ediri.Qovery. Inputs. Get Helm Deployment Restriction> 
- DeploymentStage stringId 
- EnvironmentVariable List<ediri.Aliases Qovery. Inputs. Get Helm Environment Variable Alias> 
- EnvironmentVariable List<ediri.Overrides Qovery. Inputs. Get Helm Environment Variable Override> 
- EnvironmentVariables List<ediri.Qovery. Inputs. Get Helm Environment Variable> 
- IconUri string
- SecretAliases List<ediri.Qovery. Inputs. Get Helm Secret Alias> 
- SecretOverrides List<ediri.Qovery. Inputs. Get Helm Secret Override> 
- Secrets
List<ediri.Qovery. Inputs. Get Helm Secret> 
- TimeoutSec int
- Id string
- AdvancedSettings stringJson 
- Arguments []string
- AutoDeploy bool
- AutoPreview bool
- CustomDomains []GetHelm Custom Domain 
- DeploymentRestrictions []GetHelm Deployment Restriction 
- DeploymentStage stringId 
- EnvironmentVariable []GetAliases Helm Environment Variable Alias 
- EnvironmentVariable []GetOverrides Helm Environment Variable Override 
- EnvironmentVariables []GetHelm Environment Variable 
- IconUri string
- SecretAliases []GetHelm Secret Alias 
- SecretOverrides []GetHelm Secret Override 
- Secrets
[]GetHelm Secret 
- TimeoutSec int
- id String
- advancedSettings StringJson 
- arguments List<String>
- autoDeploy Boolean
- autoPreview Boolean
- customDomains List<GetHelm Custom Domain> 
- deploymentRestrictions List<GetHelm Deployment Restriction> 
- deploymentStage StringId 
- environmentVariable List<GetAliases Helm Environment Variable Alias> 
- environmentVariable List<GetOverrides Helm Environment Variable Override> 
- environmentVariables List<GetHelm Environment Variable> 
- iconUri String
- secretAliases List<GetHelm Secret Alias> 
- secretOverrides List<GetHelm Secret Override> 
- secrets
List<GetHelm Secret> 
- timeoutSec Integer
- id string
- advancedSettings stringJson 
- arguments string[]
- autoDeploy boolean
- autoPreview boolean
- customDomains GetHelm Custom Domain[] 
- deploymentRestrictions GetHelm Deployment Restriction[] 
- deploymentStage stringId 
- environmentVariable GetAliases Helm Environment Variable Alias[] 
- environmentVariable GetOverrides Helm Environment Variable Override[] 
- environmentVariables GetHelm Environment Variable[] 
- iconUri string
- secretAliases GetHelm Secret Alias[] 
- secretOverrides GetHelm Secret Override[] 
- secrets
GetHelm Secret[] 
- timeoutSec number
- id str
- advanced_settings_ strjson 
- arguments Sequence[str]
- auto_deploy bool
- auto_preview bool
- custom_domains Sequence[GetHelm Custom Domain] 
- deployment_restrictions Sequence[GetHelm Deployment Restriction] 
- deployment_stage_ strid 
- environment_variable_ Sequence[Getaliases Helm Environment Variable Alias] 
- environment_variable_ Sequence[Getoverrides Helm Environment Variable Override] 
- environment_variables Sequence[GetHelm Environment Variable] 
- icon_uri str
- secret_aliases Sequence[GetHelm Secret Alias] 
- secret_overrides Sequence[GetHelm Secret Override] 
- secrets
Sequence[GetHelm Secret] 
- timeout_sec int
- id String
- advancedSettings StringJson 
- arguments List<String>
- autoDeploy Boolean
- autoPreview Boolean
- customDomains List<Property Map>
- deploymentRestrictions List<Property Map>
- deploymentStage StringId 
- environmentVariable List<Property Map>Aliases 
- environmentVariable List<Property Map>Overrides 
- environmentVariables List<Property Map>
- iconUri String
- secretAliases List<Property Map>
- secretOverrides List<Property Map>
- secrets List<Property Map>
- timeoutSec Number
getHelm Result
The following output properties are available:
- AdvancedSettings stringJson 
- AllowCluster boolWide Resources 
- Arguments List<string>
- AutoDeploy bool
- AutoPreview bool
- BuiltIn List<ediri.Environment Variables Qovery. Outputs. Get Helm Built In Environment Variable> 
- DeploymentStage stringId 
- EnvironmentId string
- EnvironmentVariable List<ediri.Aliases Qovery. Outputs. Get Helm Environment Variable Alias> 
- ExternalHost string
- IconUri string
- Id string
- InternalHost string
- Name string
- Ports
Dictionary<string, ediri.Qovery. Outputs. Get Helm Ports> 
- Source
ediri.Qovery. Outputs. Get Helm Source 
- TimeoutSec int
- ValuesOverride ediri.Qovery. Outputs. Get Helm Values Override 
- CustomDomains List<ediri.Qovery. Outputs. Get Helm Custom Domain> 
- DeploymentRestrictions List<ediri.Qovery. Outputs. Get Helm Deployment Restriction> 
- EnvironmentVariable List<ediri.Overrides Qovery. Outputs. Get Helm Environment Variable Override> 
- EnvironmentVariables List<ediri.Qovery. Outputs. Get Helm Environment Variable> 
- SecretAliases List<ediri.Qovery. Outputs. Get Helm Secret Alias> 
- SecretOverrides List<ediri.Qovery. Outputs. Get Helm Secret Override> 
- Secrets
List<ediri.Qovery. Outputs. Get Helm Secret> 
- AdvancedSettings stringJson 
- AllowCluster boolWide Resources 
- Arguments []string
- AutoDeploy bool
- AutoPreview bool
- BuiltIn []GetEnvironment Variables Helm Built In Environment Variable 
- DeploymentStage stringId 
- EnvironmentId string
- EnvironmentVariable []GetAliases Helm Environment Variable Alias 
- ExternalHost string
- IconUri string
- Id string
- InternalHost string
- Name string
- Ports
map[string]GetHelm Ports 
- Source
GetHelm Source 
- TimeoutSec int
- ValuesOverride GetHelm Values Override 
- CustomDomains []GetHelm Custom Domain 
- DeploymentRestrictions []GetHelm Deployment Restriction 
- EnvironmentVariable []GetOverrides Helm Environment Variable Override 
- EnvironmentVariables []GetHelm Environment Variable 
- SecretAliases []GetHelm Secret Alias 
- SecretOverrides []GetHelm Secret Override 
- Secrets
[]GetHelm Secret 
- advancedSettings StringJson 
- allowCluster BooleanWide Resources 
- arguments List<String>
- autoDeploy Boolean
- autoPreview Boolean
- builtIn List<GetEnvironment Variables Helm Built In Environment Variable> 
- deploymentStage StringId 
- environmentId String
- environmentVariable List<GetAliases Helm Environment Variable Alias> 
- externalHost String
- iconUri String
- id String
- internalHost String
- name String
- ports
Map<String,GetHelm Ports> 
- source
GetHelm Source 
- timeoutSec Integer
- valuesOverride GetHelm Values Override 
- customDomains List<GetHelm Custom Domain> 
- deploymentRestrictions List<GetHelm Deployment Restriction> 
- environmentVariable List<GetOverrides Helm Environment Variable Override> 
- environmentVariables List<GetHelm Environment Variable> 
- secretAliases List<GetHelm Secret Alias> 
- secretOverrides List<GetHelm Secret Override> 
- secrets
List<GetHelm Secret> 
- advancedSettings stringJson 
- allowCluster booleanWide Resources 
- arguments string[]
- autoDeploy boolean
- autoPreview boolean
- builtIn GetEnvironment Variables Helm Built In Environment Variable[] 
- deploymentStage stringId 
- environmentId string
- environmentVariable GetAliases Helm Environment Variable Alias[] 
- externalHost string
- iconUri string
- id string
- internalHost string
- name string
- ports
{[key: string]: GetHelm Ports} 
- source
GetHelm Source 
- timeoutSec number
- valuesOverride GetHelm Values Override 
- customDomains GetHelm Custom Domain[] 
- deploymentRestrictions GetHelm Deployment Restriction[] 
- environmentVariable GetOverrides Helm Environment Variable Override[] 
- environmentVariables GetHelm Environment Variable[] 
- secretAliases GetHelm Secret Alias[] 
- secretOverrides GetHelm Secret Override[] 
- secrets
GetHelm Secret[] 
- advanced_settings_ strjson 
- allow_cluster_ boolwide_ resources 
- arguments Sequence[str]
- auto_deploy bool
- auto_preview bool
- built_in_ Sequence[Getenvironment_ variables Helm Built In Environment Variable] 
- deployment_stage_ strid 
- environment_id str
- environment_variable_ Sequence[Getaliases Helm Environment Variable Alias] 
- external_host str
- icon_uri str
- id str
- internal_host str
- name str
- ports
Mapping[str, GetHelm Ports] 
- source
GetHelm Source 
- timeout_sec int
- values_override GetHelm Values Override 
- custom_domains Sequence[GetHelm Custom Domain] 
- deployment_restrictions Sequence[GetHelm Deployment Restriction] 
- environment_variable_ Sequence[Getoverrides Helm Environment Variable Override] 
- environment_variables Sequence[GetHelm Environment Variable] 
- secret_aliases Sequence[GetHelm Secret Alias] 
- secret_overrides Sequence[GetHelm Secret Override] 
- secrets
Sequence[GetHelm Secret] 
- advancedSettings StringJson 
- allowCluster BooleanWide Resources 
- arguments List<String>
- autoDeploy Boolean
- autoPreview Boolean
- builtIn List<Property Map>Environment Variables 
- deploymentStage StringId 
- environmentId String
- environmentVariable List<Property Map>Aliases 
- externalHost String
- iconUri String
- id String
- internalHost String
- name String
- ports Map<Property Map>
- source Property Map
- timeoutSec Number
- valuesOverride Property Map
- customDomains List<Property Map>
- deploymentRestrictions List<Property Map>
- environmentVariable List<Property Map>Overrides 
- environmentVariables List<Property Map>
- secretAliases List<Property Map>
- secretOverrides List<Property Map>
- secrets List<Property Map>
Supporting Types
GetHelmBuiltInEnvironmentVariable     
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable.
- key string
- Key of the environment variable.
- value string
- Value of the environment variable.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable.
- key str
- Key of the environment variable.
- value str
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
GetHelmCustomDomain   
- Domain string
- Your custom domain.
- Id string
- Id of the custom domain.
- Status string
- Status of the custom domain.
- ValidationDomain string
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- GenerateCertificate bool
- Qovery will generate and manage the certificate for this domain.
- UseCdn bool
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
- Domain string
- Your custom domain.
- Id string
- Id of the custom domain.
- Status string
- Status of the custom domain.
- ValidationDomain string
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- GenerateCertificate bool
- Qovery will generate and manage the certificate for this domain.
- UseCdn bool
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
- domain String
- Your custom domain.
- id String
- Id of the custom domain.
- status String
- Status of the custom domain.
- validationDomain String
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- generateCertificate Boolean
- Qovery will generate and manage the certificate for this domain.
- useCdn Boolean
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
- domain string
- Your custom domain.
- id string
- Id of the custom domain.
- status string
- Status of the custom domain.
- validationDomain string
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- generateCertificate boolean
- Qovery will generate and manage the certificate for this domain.
- useCdn boolean
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
- domain str
- Your custom domain.
- id str
- Id of the custom domain.
- status str
- Status of the custom domain.
- validation_domain str
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- generate_certificate bool
- Qovery will generate and manage the certificate for this domain.
- use_cdn bool
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
- domain String
- Your custom domain.
- id String
- Id of the custom domain.
- status String
- Status of the custom domain.
- validationDomain String
- URL provided by Qovery. You must create a CNAME on your DNS provider using that URL.
- generateCertificate Boolean
- Qovery will generate and manage the certificate for this domain.
- useCdn Boolean
- Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:- If truethen we only check the domain points to an IP
- If falsethen we check that the domain resolves to the correct service Load Balancer
 
- If 
GetHelmDeploymentRestriction   
GetHelmEnvironmentVariable   
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable.
- key string
- Key of the environment variable.
- value string
- Value of the environment variable.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable.
- key str
- Key of the environment variable.
- value str
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
GetHelmEnvironmentVariableAlias    
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable alias.
- Key string
- Name of the environment variable alias.
- Value string
- Name of the variable to alias.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable alias.
- Key string
- Name of the environment variable alias.
- Value string
- Name of the variable to alias.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable alias.
- key String
- Name of the environment variable alias.
- value String
- Name of the variable to alias.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable alias.
- key string
- Name of the environment variable alias.
- value string
- Name of the variable to alias.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable alias.
- key str
- Name of the environment variable alias.
- value str
- Name of the variable to alias.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable alias.
- key String
- Name of the environment variable alias.
- value String
- Name of the variable to alias.
GetHelmEnvironmentVariableOverride    
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable override.
- Key string
- Name of the environment variable override.
- Value string
- Value of the environment variable override.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable override.
- Key string
- Name of the environment variable override.
- Value string
- Value of the environment variable override.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable override.
- key String
- Name of the environment variable override.
- value String
- Value of the environment variable override.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable override.
- key string
- Name of the environment variable override.
- value string
- Value of the environment variable override.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable override.
- key str
- Name of the environment variable override.
- value str
- Value of the environment variable override.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable override.
- key String
- Name of the environment variable override.
- value String
- Value of the environment variable override.
GetHelmPorts  
- ExternalPort int
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- InternalPort int
- Internal port of the container.
- Must be: >= 1and<= 65535.
- IsDefault bool
- If this port will be used for the root domain
- Protocol string
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- ServiceName string
- Namespace string
- ExternalPort int
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- InternalPort int
- Internal port of the container.
- Must be: >= 1and<= 65535.
- IsDefault bool
- If this port will be used for the root domain
- Protocol string
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- ServiceName string
- Namespace string
- externalPort Integer
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- internalPort Integer
- Internal port of the container.
- Must be: >= 1and<= 65535.
- isDefault Boolean
- If this port will be used for the root domain
- protocol String
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- serviceName String
- namespace String
- externalPort number
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- internalPort number
- Internal port of the container.
- Must be: >= 1and<= 65535.
- isDefault boolean
- If this port will be used for the root domain
- protocol string
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- serviceName string
- namespace string
- external_port int
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- internal_port int
- Internal port of the container.
- Must be: >= 1and<= 65535.
- is_default bool
- If this port will be used for the root domain
- protocol str
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- service_name str
- namespace str
- externalPort Number
- External port of the container.
- Required if: ports.publicly_accessible=true. - Must be:>= 1and<= 65535.
- internalPort Number
- Internal port of the container.
- Must be: >= 1and<= 65535.
- isDefault Boolean
- If this port will be used for the root domain
- protocol String
- Protocol used for the port of the container.
- Can be: GRPC,HTTP. - Default:HTTP.
- serviceName String
- namespace String
GetHelmSecret  
- Description string
- Description of the environment variable.
- Id string
- Id of the secret.
- Key string
- Key of the secret.
- Value string
- Value of the secret.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret.
- Key string
- Key of the secret.
- Value string
- Value of the secret.
- description String
- Description of the environment variable.
- id String
- Id of the secret.
- key String
- Key of the secret.
- value String
- Value of the secret.
- description string
- Description of the environment variable.
- id string
- Id of the secret.
- key string
- Key of the secret.
- value string
- Value of the secret.
- description str
- Description of the environment variable.
- id str
- Id of the secret.
- key str
- Key of the secret.
- value str
- Value of the secret.
- description String
- Description of the environment variable.
- id String
- Id of the secret.
- key String
- Key of the secret.
- value String
- Value of the secret.
GetHelmSecretAlias   
- Description string
- Description of the environment variable.
- Id string
- Id of the secret alias.
- Key string
- Name of the secret alias.
- Value string
- Name of the secret to alias.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret alias.
- Key string
- Name of the secret alias.
- Value string
- Name of the secret to alias.
- description String
- Description of the environment variable.
- id String
- Id of the secret alias.
- key String
- Name of the secret alias.
- value String
- Name of the secret to alias.
- description string
- Description of the environment variable.
- id string
- Id of the secret alias.
- key string
- Name of the secret alias.
- value string
- Name of the secret to alias.
- description str
- Description of the environment variable.
- id str
- Id of the secret alias.
- key str
- Name of the secret alias.
- value str
- Name of the secret to alias.
- description String
- Description of the environment variable.
- id String
- Id of the secret alias.
- key String
- Name of the secret alias.
- value String
- Name of the secret to alias.
GetHelmSecretOverride   
- Description string
- Description of the environment variable.
- Id string
- Id of the secret override.
- Key string
- Name of the secret override.
- Value string
- Value of the secret override.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret override.
- Key string
- Name of the secret override.
- Value string
- Value of the secret override.
- description String
- Description of the environment variable.
- id String
- Id of the secret override.
- key String
- Name of the secret override.
- value String
- Value of the secret override.
- description string
- Description of the environment variable.
- id string
- Id of the secret override.
- key string
- Name of the secret override.
- value string
- Value of the secret override.
- description str
- Description of the environment variable.
- id str
- Id of the secret override.
- key str
- Name of the secret override.
- value str
- Value of the secret override.
- description String
- Description of the environment variable.
- id String
- Id of the secret override.
- key String
- Name of the secret override.
- value String
- Value of the secret override.
GetHelmSource  
- GitRepository ediri.Qovery. Inputs. Get Helm Source Git Repository 
- Git repository
- HelmRepository ediri.Qovery. Inputs. Get Helm Source Helm Repository 
- Helm repositories can be private or public
- GitRepository GetHelm Source Git Repository 
- Git repository
- HelmRepository GetHelm Source Helm Repository 
- Helm repositories can be private or public
- gitRepository GetHelm Source Git Repository 
- Git repository
- helmRepository GetHelm Source Helm Repository 
- Helm repositories can be private or public
- gitRepository GetHelm Source Git Repository 
- Git repository
- helmRepository GetHelm Source Helm Repository 
- Helm repositories can be private or public
- git_repository GetHelm Source Git Repository 
- Git repository
- helm_repository GetHelm Source Helm Repository 
- Helm repositories can be private or public
- gitRepository Property Map
- Git repository
- helmRepository Property Map
- Helm repositories can be private or public
GetHelmSourceGitRepository    
- Branch string
- Helm's source git repository branch
- GitToken stringId 
- The git token ID to be used
- RootPath string
- Helm's source git repository root path
- Url string
- Helm's source git repository URL
- Branch string
- Helm's source git repository branch
- GitToken stringId 
- The git token ID to be used
- RootPath string
- Helm's source git repository root path
- Url string
- Helm's source git repository URL
- branch String
- Helm's source git repository branch
- gitToken StringId 
- The git token ID to be used
- rootPath String
- Helm's source git repository root path
- url String
- Helm's source git repository URL
- branch string
- Helm's source git repository branch
- gitToken stringId 
- The git token ID to be used
- rootPath string
- Helm's source git repository root path
- url string
- Helm's source git repository URL
- branch str
- Helm's source git repository branch
- git_token_ strid 
- The git token ID to be used
- root_path str
- Helm's source git repository root path
- url str
- Helm's source git repository URL
- branch String
- Helm's source git repository branch
- gitToken StringId 
- The git token ID to be used
- rootPath String
- Helm's source git repository root path
- url String
- Helm's source git repository URL
GetHelmSourceHelmRepository    
- ChartName string
- Chart name
- ChartVersion string
- Chart version
- HelmRepository stringId 
- helm repository id
- ChartName string
- Chart name
- ChartVersion string
- Chart version
- HelmRepository stringId 
- helm repository id
- chartName String
- Chart name
- chartVersion String
- Chart version
- helmRepository StringId 
- helm repository id
- chartName string
- Chart name
- chartVersion string
- Chart version
- helmRepository stringId 
- helm repository id
- chart_name str
- Chart name
- chart_version str
- Chart version
- helm_repository_ strid 
- helm repository id
- chartName String
- Chart name
- chartVersion String
- Chart version
- helmRepository StringId 
- helm repository id
GetHelmValuesOverride   
- File
ediri.Qovery. Inputs. Get Helm Values Override File 
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- Set Dictionary<string, string>
- SetJson Dictionary<string, string>
- SetString Dictionary<string, string>
- File
GetHelm Values Override File 
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- Set map[string]string
- SetJson map[string]string
- SetString map[string]string
- file
GetHelm Values Override File 
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- set Map<String,String>
- setJson Map<String,String>
- setString Map<String,String>
- file
GetHelm Values Override File 
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- set {[key: string]: string}
- setJson {[key: string]: string}
- setString {[key: string]: string}
- file
GetHelm Values Override File 
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- set Mapping[str, str]
- set_json Mapping[str, str]
- set_string Mapping[str, str]
- file Property Map
- Define overrides by selecting a YAML file from a git repository (preferred) or by passing raw YAML files.
- set Map<String>
- setJson Map<String>
- setString Map<String>
GetHelmValuesOverrideFile    
- GitRepository ediri.Qovery. Inputs. Get Helm Values Override File Git Repository 
- YAML file from a git repository
- Raw
Dictionary<string, ediri.Qovery. Inputs. Get Helm Values Override File Raw> 
- Raw YAML files
- GitRepository GetHelm Values Override File Git Repository 
- YAML file from a git repository
- Raw
map[string]GetHelm Values Override File Raw 
- Raw YAML files
- gitRepository GetHelm Values Override File Git Repository 
- YAML file from a git repository
- raw
Map<String,GetHelm Values Override File Raw> 
- Raw YAML files
- gitRepository GetHelm Values Override File Git Repository 
- YAML file from a git repository
- raw
{[key: string]: GetHelm Values Override File Raw} 
- Raw YAML files
- git_repository GetHelm Values Override File Git Repository 
- YAML file from a git repository
- raw
Mapping[str, GetHelm Values Override File Raw] 
- Raw YAML files
- gitRepository Property Map
- YAML file from a git repository
- raw Map<Property Map>
- Raw YAML files
GetHelmValuesOverrideFileGitRepository      
- Branch string
- YAML file git repository branch
- GitToken stringId 
- The git token ID to be used
- Paths List<string>
- YAML files git repository paths
- Url string
- YAML file git repository URL
- Branch string
- YAML file git repository branch
- GitToken stringId 
- The git token ID to be used
- Paths []string
- YAML files git repository paths
- Url string
- YAML file git repository URL
- branch String
- YAML file git repository branch
- gitToken StringId 
- The git token ID to be used
- paths List<String>
- YAML files git repository paths
- url String
- YAML file git repository URL
- branch string
- YAML file git repository branch
- gitToken stringId 
- The git token ID to be used
- paths string[]
- YAML files git repository paths
- url string
- YAML file git repository URL
- branch str
- YAML file git repository branch
- git_token_ strid 
- The git token ID to be used
- paths Sequence[str]
- YAML files git repository paths
- url str
- YAML file git repository URL
- branch String
- YAML file git repository branch
- gitToken StringId 
- The git token ID to be used
- paths List<String>
- YAML files git repository paths
- url String
- YAML file git repository URL
GetHelmValuesOverrideFileRaw     
- Content string
- content of the file
- Content string
- content of the file
- content String
- content of the file
- content string
- content of the file
- content str
- content of the file
- content String
- content of the file
Package Details
- Repository
- qovery dirien/pulumi-qovery
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the qoveryTerraform Provider.