Skip to content

Commit d8474f8

Browse files
change implementation
1 parent 45679a0 commit d8474f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

codefresh/resource_context.go

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ var supportedContextType = []string{
2828
contextSecretYaml,
2929
}
3030

31-
var encryptedContextTypes = []string{
32-
contextSecret,
33-
contextSecretYaml,
34-
contextS3Storage,
35-
contextAzureStorage,
36-
}
37-
3831
func getConflictingContexts(context string) []string {
3932
var conflictingTypes []string
4033
normalizedContext := schemautil.MustNormalizeFieldName(context)

0 commit comments

Comments
 (0)