Walter Otsyula
Walter Otsyula
Allows for theming of HOC and components without a function name. Since HOC have different function name than original, we should check for `displayName` 1st and fall back to `Component`...
After adding sudo schema: ```ldif attributetype ( 1.3.6.1.4.1.15953.9.1.1 NAME 'sudoUser' DESC 'User(s) who may run sudo' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.15953.9.1.2 NAME ‘sudoHost’ DESC ‘Host(s)...
Add the ability to set `cache_credentials` and `ldap_schema` in [sssd.conf](https://linux.die.net/man/5/sssd.conf)
Really cool project.. I look forward to seeing it completed. I'd like to request that jsdoc be added as a peer dependency and not a dependency so this tool will...
I don't think it's right to develop directly on npmjs.com. Until this fully works with linux/windows/mac and has a full test suite I think you should hold off submitting the...
closes #131 If a KeepalivedGroup is deployed to a namespace with resource quota, Pods will not come up due to lack of resource requests / limits. Add default values. TODO:...
If a KeepalivedGroup is deployed to a namespace with resource quota, Pods will not come up due to lack of resource requests / limits. Add default values. See: [config/templates/keepalived-template.yaml](https://github.com/redhat-cop/keepalived-operator/blob/e9158d14b9418379b18391ee400a2ac6f567e638/config/templates/keepalived-template.yaml)
closes #130 Helm template is missing `volumeMounts` field in `keepalivedTemplateFromConfigMap`. README does not show correct format.
Helm template is missing `volumeMounts` rendering helm property keepalivedTemplateFromConfigMap. https://github.com/redhat-cop/keepalived-operator/blob/e9158d14b9418379b18391ee400a2ac6f567e638/config/helmchart/templates/manager.yaml#L58-L65 README does not show correct format. Config map index is `keepalived.conf` instead of `keepalived-template.yamlkeepalived-template.yaml` and is not indented. https://github.com/redhat-cop/keepalived-operator/blob/e9158d14b9418379b18391ee400a2ac6f567e638/README.md?plain=1#L180-L189 See:...