Skip to content

Commit fc9ac30

Browse files
committed
add binary_authorization_policy field to cloudfunctions2
1 parent a759045 commit fc9ac30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/products/cloudfunctions2/Function.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,10 @@ properties:
653653
description: |
654654
Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mountPath as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo.
655655
required: true
656+
- name: 'binaryAuthorizationPolicy'
657+
type: String
658+
description: |
659+
The binary authorization policy to be checked when deploying the Cloud Run service.
656660
- name: 'eventTrigger'
657661
type: NestedObject
658662
description: |

0 commit comments

Comments
 (0)