Skip to content

Commit

Permalink
Merge pull request #1359 from GoogleCloudPlatform/jccb/blueprint-vali…
Browse files Browse the repository at this point in the history
…dator

Blueprint metadata validator
  • Loading branch information
juliocc authored May 5, 2023
2 parents 94d3301 + 87281f2 commit bf9e8ee
Show file tree
Hide file tree
Showing 5 changed files with 1,063 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ jobs:
tools/*.py \
blueprints/cloud-operations/network-dashboard/src/*py \
blueprints/cloud-operations/network-dashboard/src/plugins/*py
- name: Check blueprint metadata
id: metadata
run: |
python tools/validate_metadata.py -v blueprints
2 changes: 1 addition & 1 deletion blueprints/data-solutions/vertex-mlops/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
type: string
default: null
required: false
- name: service_encryption_keys
- name: service_encryption_keys
description: Cloud KMS to use to encrypt different services. Key location should match service region.
type: |-
object({
Expand Down
Loading

0 comments on commit bf9e8ee

Please sign in to comment.