Skip to content

Commit

Permalink
Update specs to remove unnecessary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
disrani-px committed Jan 18, 2018
1 parent 8a11127 commit deebae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions specs/stork-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ spec:
cpu: '0.1'
securityContext:
privileged: false
volumeMounts: []
name: stork
hostNetwork: false
hostPID: false
affinity:
podAntiAffinity:
Expand All @@ -162,8 +160,6 @@ spec:
values:
- stork
topologyKey: "kubernetes.io/hostname"

volumes: []
serviceAccountName: stork-account
---
kind: StorageClass
Expand Down
3 changes: 0 additions & 3 deletions specs/stork-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ spec:
cpu: '0.1'
securityContext:
privileged: false
volumeMounts: []
hostNetwork: false
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -120,5 +118,4 @@ spec:
- stork-scheduler
topologyKey: "kubernetes.io/hostname"
hostPID: false
volumes: []
serviceAccountName: stork-scheduler-account

0 comments on commit deebae1

Please sign in to comment.