Skip to content

Commit

Permalink
Update mandatory fields action (#78)
Browse files Browse the repository at this point in the history
* Add mandatory fields action

* Update mandatory fields action
  • Loading branch information
ericmalen authored Jun 6, 2024
1 parent 70ccefa commit 4602f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-manadatory-fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
kind
metadata.name
metadata.namespace
metadata.annotations.projectName
metadata.annotations.projectId
metadata.annotations.sourceCodeRepository
metadata.labels.controlled-by
metadata.labels.project-name
metadata.labels.project-id
spec.name
spec.type
spec.ttl
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ metadata:
namespace: dns
annotations:
sourceCodeRepository: "<sourceCodeRepository>"
cnrm.cloud.google.com/deletion-policy: abandon
# The following annotations are optional - please comment out or remove lines that are not applicable
serviceEndpointUrls: "<comma-separated-list-of-service url endpoints>"
containerRegistries: "<comma-separated-list-of-container-registries>"
Expand Down

0 comments on commit 4602f1d

Please sign in to comment.