Skip to content

Commit

Permalink
sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanindra Padala committed Jun 28, 2024
1 parent a79fc4a commit b690a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kube/structured/structured.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func DeploymentIsRunning(kubeClientset kubernetes.Interface, name, namespace str
}

func ConfigMapDataHasKeyAndValue(kubeClientset kubernetes.Interface, configMapName, namespace, key, value string) error {

currentData, err := GetConfigMap(kubeClientset, configMapName, namespace)
if err != nil {
return err

Check warning on line 217 in pkg/kube/structured/structured.go

View check run for this annotation

Codecov / codecov/patch

pkg/kube/structured/structured.go#L217

Added line #L217 was not covered by tests
Expand Down

0 comments on commit b690a1b

Please sign in to comment.