Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Jan 28, 2024
1 parent eb40766 commit bda94f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions option/terraform/oke.j2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ resource "oci_containerengine_node_pool" "starter_node_pool" {
#----------------------------------------------------------------------------
# ADDONS

/*
# Database Operator
resource oci_containerengine_addon starter_oke_addon_dboperator {
addon_name = "OracleDatabaseOperator"
Expand All @@ -454,6 +455,7 @@ resource oci_containerengine_addon starter_oke_addon_certmanager {
cluster_id = oci_containerengine_cluster.starter_oke.id
remove_addon_resources_on_delete = "true"
}
*/

#----------------------------------------------------------------------------
# OUTPUTS
Expand Down

0 comments on commit bda94f1

Please sign in to comment.