Skip to content

Commit

Permalink
Merge branch 'main' into cr-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Oct 18, 2024
2 parents 07e891d + 73eb385 commit b9eabfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Lint Codespell configurations
[codespell]
skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md
skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md,.playwright,.terraform
ignore-words-list = NotIn,AKS,LICENS,aks
enable-colors =
check-hidden =
2 changes: 1 addition & 1 deletion .github/test-infra/azure/aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ variable "cluster_managed_identity_type" {
}

variable "cluster_kubelet_identity_type" {
description = "Type of Managed Identity to be used for Kubelet. If UserAssigned, defaults to Azure automically creating Managaged Identity for Kubelet."
description = "Type of Managed Identity to be used for Kubelet. If UserAssigned, defaults to Azure automatically creating Managaged Identity for Kubelet."
default = "SystemAssigned"
}

Expand Down
1 change: 0 additions & 1 deletion tasks/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial


includes:
- remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/lint.yaml

Expand Down

0 comments on commit b9eabfa

Please sign in to comment.