-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Helm warnings seen in cofidectl up
After #62 merged we started seeing some warnings during cofidectl up. This is due to a change in the type of the Helm values generated for matchLabels in clusterSPIFFEIDs from map[string]any to map[string]string. This change reverts to map[string]any, which removes the warning. Fixes: #65
- Loading branch information
1 parent
9a46cb8
commit 15b7fee
Showing
2 changed files
with
7 additions
and
3 deletions.
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
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