Skip to content

Commit

Permalink
remove sercret types
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 16, 2021
1 parent 5c0d229 commit a3e4bd6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubernetes/structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ var builtInLabels = map[string]string{
api.TaintNodeNetworkUnavailable: "",
api.TaintNodePIDPressure: "",

// Secrete Types
string(api.SecretTypeServiceAccountToken): "",
string(api.SecretTypeDockercfg): "",
string(api.SecretTypeDockerConfigJson): "",
string(api.SecretTypeSSHAuth): "",
string(api.SecretTypeTLS): "",
string(api.SecretTypeBootstrapToken): "",

//Networking
networking.AnnotationIsDefaultIngressClass: "",
networking.AnnotationIngressClass: "",
Expand Down

0 comments on commit a3e4bd6

Please sign in to comment.