Skip to content

Commit

Permalink
Merge remote-tracking branch 'atlantis/main' into 227-plugins-init
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartinez-Sisti committed Nov 16, 2023
2 parents d5dd3ce + 7b09cc3 commit 628e412
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,11 @@
"type":"object",
"description":"Map of environment variables for the container.",
"additionalProperties":{
"type":"string"
"type":[
"string",
"integer",
"boolean"
]
}
},
"environmentSecrets":{
Expand Down Expand Up @@ -1062,17 +1066,7 @@
"containerSecurityContext":{
"type":"object",
"description":"SecurityContext configuration for atlantis containers.",
"properties":{
"allowPrivilegeEscalation":{
"type":"boolean",
"description":"Whether to enable privilege escalation"
},
"readOnlyRootFilesystem":{
"type":"boolean",
"description":"Whether the root file system should be read-only"
}
},
"additionalProperties":false
"$ref":"#/definitions/io.k8s.api.core.v1.SecurityContext"
},
"servicemonitor":{
"type":"object",
Expand Down

0 comments on commit 628e412

Please sign in to comment.