We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because it errors out on creating an already existing docker-registry secret.
FATA[0036] generating remote failed: error creating docker-registry secret: secrets "regsecret" already exists
The text was updated successfully, but these errors were encountered:
@shahidhk can we name the regsecret as {remote-name}-regsecret to avoid collision?
@naseemkullah For the time being, you can ignore creating the docker secret through the cli (choose the skip option), and then create a docker secret manually ( https://github.com/hasura/gitkube/blob/master/docs/registry.md) and add it to your remote.yaml
Sorry, something went wrong.
f908495
Merge pull request #88 from shahidhk/issue-83
c1a0111
close #83, prefix regsecret with remote name
shahidhk
No branches or pull requests
Because it errors out on creating an already existing docker-registry secret.
FATA[0036] generating remote failed: error creating docker-registry secret: secrets "regsecret" already exists
The text was updated successfully, but these errors were encountered: