package kubeutils

const (
	testValue1 = "test-value"
	testKey1   = "test-key"

	testNamespace   = "test-namespace"
	testSecretName  = "test-secret"
	testSecretValue = "test-secret-value"
)
