-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove dataplane ConfigMap, fixes #43
So far we have kept around a STUNner dataplane ConfigMap per each Gateway holding the running dataplane config for the Gateway. The ConfigMap was automatically created by the operator even though in managed mode we no longer use it to configure the stunnerd pods (this is now done via the Config Discovery Service), since many STUNner components and utilities (auth-service, stunnerctl, turncat) still use it to read dataplane configs. Now that all STUNner components have been upgraded to CDS this ConfigMap is no longer used, so this commit removes it.
- Loading branch information
Showing
2 changed files
with
41 additions
and
203 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