Hi,
are there any considerations to support deployment of secrets for the first time, i.e. when secrets do not yet exist? I am aware that the documentation says: Create a generic secret or docker-registry secret in Kubernetes cluster, replacing the secret if it already exists.
Currently, using the action in this scenario results in:
Warning: Failed to delete secret with statusCode: 404
Warning: {}
Deleting secret:
undefined
Error: SyntaxError: Unexpected token = in JSON at position 27
IMHO it would be quite useful to support this.
Thanks
Hi,
are there any considerations to support deployment of secrets for the first time, i.e. when secrets do not yet exist? I am aware that the documentation says:
Create a generic secret or docker-registry secret in Kubernetes cluster, replacing the secret if it already exists.Currently, using the action in this scenario results in:
IMHO it would be quite useful to support this.
Thanks