Skip to content

Commit

Permalink
remove api :eyeroll: (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbowron authored Apr 1, 2024
1 parent d2780ed commit 02d88ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ quikstrate credentials
quikstrate configure
```

To see what version of quikstrate you are running, run: `brew info quikstrate`

## Deployment

The `SSH Key - goreleaser` in 1Password was created and added (per [documentation](https://circleci.com/docs/github-integration/#create-additional-github-ssh-keys)) as a Github deploy key with write access and a CircleCI deploy key. The CircleCI `goreleaser` context contains a classic GITHUB_TOKEN with `delete:packages, repo, write:packages` permissions
Expand Down
4 changes: 1 addition & 3 deletions internal/creds/cmd_configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ var (
binaryPath string

// match fmt.Sprintf("%s-%s", environment, cluster.Domain)
kubeConfigSkips = []string{
"prod-api",
}
kubeConfigSkips = []string{}
)

func ConfigureCmd(cmd *cobra.Command, args []string) {
Expand Down
4 changes: 0 additions & 4 deletions internal/creds/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ var (
Name: "rating",
Domain: "ingest",
},
{
Name: "api",
Domain: "api",
},
}
)

Expand Down

0 comments on commit 02d88ea

Please sign in to comment.