The configuration actually requires registrySecretName and registrySecretNamespace, not their uppercased counterparts.
I think this might be the underlying cause of #89.
Also, the example for creating a secret does not work at all -- the resulting secret has the key registrySecret.txt and an invalid JSON payload. I created a working example to remedy this.
The configuration actually requires
registrySecretName
andregistrySecretNamespace
, not their uppercased counterparts.I think this might be the underlying cause of #89.
Also, the example for creating a secret does not work at all -- the resulting secret has the key
registrySecret.txt
and an invalid JSON payload. I created a working example to remedy this.