Skip to content

Commit d46beed

Browse files
authored
Ds/admission controller phase 2 (#558)
1 parent 7eff9c4 commit d46beed

File tree

11 files changed

+981
-80
lines changed

11 files changed

+981
-80
lines changed

charts/platform-disks/Chart.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: k8s-resources
3+
repository: https://neuro-inc.github.io/helm-charts
4+
version: 1.0.1
5+
- name: admission-controller-lib
6+
repository: https://neuro-inc.github.io/helm-charts
7+
version: 0.1.14
8+
digest: sha256:5bd8855e063185242f297c8b88920cf0b5833ecf803b25e0ff0526f1aabf2e0b
9+
generated: "2025-07-07T14:08:22.15185+03:00"

charts/platform-disks/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
version: "1.0.1"
99
repository: https://neuro-inc.github.io/helm-charts
1010
- name: admission-controller-lib
11-
version: "0.1.10"
11+
version: "0.1.14"
1212
repository: https://neuro-inc.github.io/helm-charts

charts/platform-disks/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ admissionController:
8282
operator: Exists
8383
- key: platform.apolo.us/project
8484
operator: Exists
85-
objectSelector: {}
85+
objectSelector:
86+
matchLabels:
87+
platform.apolo.us/inject-disk: "true"
8688
rules:
8789
- apiGroups: [""]
8890
apiVersions: [v1]

0 commit comments

Comments
 (0)