instead of ``` kget (print "secret/postgres-operator/postgres.postgres-" .metadata.name ".credentials") ``` Allow ``` kget (print "secret/postgres.postgres-" .metadata.name ".credentials") ``` where the namespaces comes from the source object
instead of
Allow
where the namespaces comes from the source object