Skip to content

Commit

Permalink
change implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Dec 10, 2024
1 parent 45679a0 commit d8474f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions codefresh/resource_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8474f8

Please sign in to comment.