Skip to content

Commit

Permalink
remove attributes from resource
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Aug 5, 2024
1 parent 810bb24 commit 2b398ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .chloggen/add_k8s_volume_type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change_type: enhancement
component: k8s

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds k8s.volume.name and k8s.volume.type
note: Adds k8s.volume.name and k8s.volume.type in the registry

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand Down
9 changes: 0 additions & 9 deletions model/resource/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,3 @@ groups:
attributes:
- ref: k8s.cronjob.uid
- ref: k8s.cronjob.name

- id: k8s.volume
prefix: k8s.volume
type: resource
brief: >
A Kubernetes Volume.
attributes:
- ref: k8s.volume.name
- ref: k8s.volume.type

0 comments on commit 2b398ee

Please sign in to comment.