-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional Credentials to nats-kafka (#845)
* Add optional userCredentials to nats-kafka * Add nats-kafka credentials key and name * Update nats-kafka readme to include nats credential usecase * Update helm/charts/nats-kafka/templates/configmap.yaml Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com> * Update helm/charts/nats-kafka/templates/deployment.yaml Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com> * Update helm/charts/nats-kafka/templates/deployment.yaml Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com> * bump patch version * Add nats kafka values credentials clarity --------- Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com>
- Loading branch information
1 parent
0760c47
commit f3ba282
Showing
5 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
version: 0.15.2 | ||
version: 0.15.3 | ||
appVersion: 1.4.2 | ||
type: application | ||
name: nats-kafka | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters