File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
chart/scec-arangodb/templates Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11---
2+ {{ if (((.Values.global).arangodb).enabled) }}
23apiVersion : apps/v1
34kind : StatefulSet
45metadata :
6364 requests :
6465 storage : 1Gi
6566 {{ end }}
67+ {{ end }}
Original file line number Diff line number Diff line change 11---
2+ {{ if (((.Values.global).arangodb).enabled) }}
23apiVersion : v1
34kind : Secret
45type : Opaque
1920 {{ end }}
2021 DBPort : {{ $dbport | b64enc }}
2122 DBName : {{ $dbname | b64enc }}
23+ {{ end }}
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14-
14+ ---
15+ {{ if (((.Values.global).arangodb).enabled) }}
1516apiVersion : v1
1617kind : Service
1718metadata :
2627 nodePort : {{ .Values.ingress.nodePort }}
2728 {{ end }}
2829 type : NodePort
29- ---
30+ {{ end }}
Original file line number Diff line number Diff line change 1+ {{ if (((.Values.global).arangodb).enabled) }}
12{{- if or (contains "gke" (.Capabilities.KubeVersion.Version | toString)) (contains "eks" (.Capabilities.KubeVersion.Version | toString)) }}
23apiVersion : storage.k8s.io/v1
34kind : StorageClass
@@ -23,3 +24,4 @@ allowVolumeExpansion: true
2324volumeBindingMode : WaitForFirstConsumer
2425{{- end }}
2526{{ end }}
27+ {{ end }}
You can’t perform that action at this time.
0 commit comments