ConfigMaps
ConfigMaps are Kubernetes resources that can be used to store configuration data as key-value pairs. You can create a ConfigMap with the desired configuration data, and then reference it in your Deployment or Pod specification using the 'configMapKeyRef' field or mount it directly to the pod
You can either use them as env variables or mount them as volumes