Skip to content

Commit

Permalink
🤖 Update license headers and formatting go codes
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <[email protected]>
  • Loading branch information
vdaas-ci committed Apr 20, 2020
1 parent 7ec2a0c commit 045ecaf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions k8s/agent/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ spec:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- vald-agent-ngt
- key: app
operator: In
values:
- vald-agent-ngt
topologyKey: kubernetes.io/hostname
weight: 100
requiredDuringSchedulingIgnoredDuringExecution: []
Expand Down
8 changes: 4 additions & 4 deletions k8s/discoverer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ spec:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- vald-discoverer
- key: app
operator: In
values:
- vald-discoverer
topologyKey: kubernetes.io/hostname
weight: 100
requiredDuringSchedulingIgnoredDuringExecution: []
Expand Down
8 changes: 4 additions & 4 deletions k8s/gateway/vald/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ spec:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- vald-gateway
- key: app
operator: In
values:
- vald-gateway
topologyKey: kubernetes.io/hostname
weight: 100
requiredDuringSchedulingIgnoredDuringExecution: []
Expand Down
3 changes: 1 addition & 2 deletions k8s/operator/helm/valdrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ metadata:
name: vald-cluster
namespace: default
# the values of Helm chart for Vald can be placed under the `spec` field.
spec:
{}
spec: {}

0 comments on commit 045ecaf

Please sign in to comment.