-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add registry_integration to Schema (#963)
* Add registry_integration to Schema registry_integration can be true to integrate the kubernetes cluster with container registry, or false to disable this integration If there is no container registry in the team's or user's account then terraform will taint the resource and re-create the clsuter on next apply, it is recommended to make your doks resource depends on the Digital Ocean container registry resource to avoid re-creating the kubernetes cluster * Don't try to disable registry integration if it is not enabled when creating a new DOKS * Add docs for registry_integration argument * Add acceptance tests for registry_integration option * Format terraform * Consolidate and clean up acceptance tests. * Copy edit on new docs. --------- Co-authored-by: Mouhsen Ibrahim <[email protected]> Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
- Loading branch information
1 parent
a376b0f
commit 88d2fd4
Showing
3 changed files
with
152 additions
and
0 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
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