Open hi-artem opened 2 years ago
Not really a problem, but it would be nice to have this feature.
In a nutshell, the current operator will fail if the config looks something like that:
--- apiVersion: pcc.paloaltonetworks.com/v1alpha1 kind: ConsoleDefender metadata: name: pcc-consoledefender namespace: twistlock spec: namespace: twistlock version: '21_08_520'
However, it would be better to just have the default settings applied to both defenderConfig and consoleConfig.
defenderConfig
consoleConfig
See example above. I think this can either be done through setting defaults in Ansible, or in CRD OpenAPI scheme.
Is your feature request related to a problem?
Not really a problem, but it would be nice to have this feature.
In a nutshell, the current operator will fail if the config looks something like that:
However, it would be better to just have the default settings applied to both
defenderConfig
andconsoleConfig
.Describe the solution you'd like
See example above. I think this can either be done through setting defaults in Ansible, or in CRD OpenAPI scheme.