Skip to content

Commit

Permalink
Update kubernetes_cluster.md (#170)
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
lakshya8066 committed Apr 4, 2023
1 parent 3bfeb99 commit 1acd357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "civo_firewall_rule" "kubernetes" {
action = "allow"
}
# Create a cluster without expecific cluster type by default is k3s
# Create a cluster without specific cluster type by default is k3s
resource "civo_kubernetes_cluster" "my-cluster" {
name = "my-cluster"
applications = "Portainer,Linkerd:Linkerd & Jaeger"
Expand Down

0 comments on commit 1acd357

Please sign in to comment.