Skip to content

Commit

Permalink
macro fix (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Apr 26, 2022
1 parent 19733df commit 8081d25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Config map[string]string `json:"config,omitempty"`
memory: "1Gi"
replicas: 1
image: vesoft/nebula-graphd
version: v{{nebula.release}}
version: {{nebula.tag}}
storageClaim:
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Nebula Operator 使用持久化卷 PV(Persistent Volume)和持久化卷声
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
imagePullPolicy: IfNotPresent
metad:
dataVolumeClaim:
Expand All @@ -66,7 +66,7 @@ Nebula Operator 使用持久化卷 PV(Persistent Volume)和持久化卷声
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
nodeSelector:
nebula: cloud
reference:
Expand All @@ -93,7 +93,7 @@ Nebula Operator 使用持久化卷 PV(Persistent Volume)和持久化卷声
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Nebula Graph 的 Storage 服务的扩容分为两个阶段,第一个阶段等
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
imagePullPolicy: IfNotPresent
metad:
dataVolumeClaim:
Expand All @@ -69,7 +69,7 @@ Nebula Graph 的 Storage 服务的扩容分为两个阶段,第一个阶段等
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
nodeSelector:
nebula: cloud
reference:
Expand Down Expand Up @@ -97,7 +97,7 @@ Nebula Graph 的 Storage 服务的扩容分为两个阶段,第一个阶段等
requests:
cpu: 500m
memory: 500Mi
version: v{{nebula.release}}
version: {{nebula.tag}}
...
```

Expand Down

0 comments on commit 8081d25

Please sign in to comment.