struct RailsApp::Entrypoints::Env::ValueFrom::ConfigMapKeyRef

Overview

A reference to the ConfigMap that holds the value of this environment variable.

Included Modules

Defined in:

rails_app_operator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

def self.new(*, name : String, key : String) #

[View source]

Instance Method Detail

def key : String #

The data key inside the ConfigMap to get the value from.


def name : String #

The name of the ConfigMap in the same namespace that holds the value you want to use for this env var.