Skip to content

Commit

Permalink
Fixed ephem managed kafka (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
psav authored Oct 25, 2022
1 parent 163f302 commit 16cb373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/kube_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fi

python3 -m venv "build/.build_venv"
source build/.build_venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install ruamel.yaml

GO_BIN_PATH="$(go env GOPATH)/bin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (mep *managedEphemProvider) Provide(app *crd.ClowdApp) error {
return err
}

username, password, hostname, tokenURL, adminHostname, cacert := destructureSecret(sec)
username, password, hostname, adminHostname, tokenURL, cacert := destructureSecret(sec)

httpClient := upsertClientCache(username, password, tokenURL, adminHostname, &mep.Provider)

Expand Down

0 comments on commit 16cb373

Please sign in to comment.