-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(service-mesh): exports configmap names to const (#1149)
While creating service mesh features certain configs are written to the config maps. To allow extending of this shared configuration across the code base the names has been extracted and exported as const in servicemesh package.
- Loading branch information
1 parent
a890ffa
commit 31185c3
Showing
2 changed files
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package servicemesh | ||
|
||
const ( | ||
ConfigMapAuthRef = "auth-refs" | ||
ConfigMapMeshRef = "service-mesh-refs" | ||
) |
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