Skip to main content

Config Maps

By default, this is enabled.

Sync ConfigMap resources that are used by pods from the virtual cluster to the host cluster. Apps frequently need configuration data to function.

Sync only used ConfigMaps from the virtual to host cluster​

Sync any ConfigMap that is used by a Pod synced from the virtual to host cluster.

sync:
toHost:
configMaps:
enabled: true

Sync all ConfigMaps from the virtual to host cluster​

If you have a resource in the host cluster monitoring ConfigMap objects that aren't required by a Pod to run, then you can enable the all option.

sync:
toHost:
configMaps:
enabled: true
all: true

Config reference​

Do Not Disable

Disabling the syncing of this resource could cause the vCluster to not work properly.

configMaps required object pro​

ConfigMaps defines if config maps created within the virtual cluster should get synced to the host cluster.

enabled required boolean true pro​

Enabled defines if this option should be enabled.

all required boolean false pro​

All defines if all resources of that type should get synced or only the necessary ones that are needed.

translate required object[] pro​

Translate the patch according to the given patches.

path required string pro​

Path is the path within the patch to target. If the path is not found within the patch, the patch is not applied.

expression required object pro​

Expression transforms the value according to the given JavaScript expression.

toHost required string pro​

ToHost is the expression to apply when retrieving a change from virtual to host.

fromHost required string pro​

FromHost is the patch to apply when retrieving a change from host to virtual.

reference required object pro​

Reference rewrites the value value according to the name.

apiVersion required string pro​

APIVersion is the apiVersion of the referenced object.

kind required string pro​

Kind is the kind of the referenced object.

namePath required string pro​

NamePath is the optional path to the reference name within the object. If omitted namePath equals to the translate patch path.

namespacePath required string pro​

NamespacePath is the optional path to the reference namespace within the object. If omitted namespacePath equals to the metadata.namespace path of the object.