Skip to content

Commit

Permalink
Add blueprint metadata validation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed May 5, 2023
1 parent 933dc20 commit 437c6fe
Show file tree
Hide file tree
Showing 4 changed files with 1,065 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/linting.yml
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: |
pythontools/validate_metadata.py -v blueprints
2 changes: 1 addition & 1 deletion blueprints/data-solutions/vertex-mlops/metadata.yaml
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

0 comments on commit 437c6fe

Please sign in to comment.