diff --git a/codefresh/resource_context.go b/codefresh/resource_context.go index 18a931d..7c12325 100644 --- a/codefresh/resource_context.go +++ b/codefresh/resource_context.go @@ -28,13 +28,6 @@ var supportedContextType = []string{ contextSecretYaml, } -var encryptedContextTypes = []string{ - contextSecret, - contextSecretYaml, - contextS3Storage, - contextAzureStorage, -} - func getConflictingContexts(context string) []string { var conflictingTypes []string normalizedContext := schemautil.MustNormalizeFieldName(context)