--- # Source: openproject/templates/secret_memcached.yaml apiVersion: "v1" kind: "ConfigMap" metadata: name: "openproject-memcached" data: OPENPROJECT_CACHE__MEMCACHE__SERVER: "{{ .memcached.host }}:{{ .memcached.port }}" ...