mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(helm): Use template comments for the chart license header (#23726)
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
1. Get the application URL by running these commands:
|
1. Get the application URL by running these commands:
|
||||||
{{- if .Values.ingress.enabled }}
|
{{- if .Values.ingress.enabled }}
|
||||||
{{- range .Values.ingress.hosts }}
|
{{- range .Values.ingress.hosts }}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
{{/* vim: set filetype=mustache: */}}
|
||||||
{{/*
|
{{/*
|
||||||
Expand the name of the chart.
|
Expand the name of the chart.
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.extraConfigs }}
|
{{- if .Values.extraConfigs }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|||||||
@@ -1,20 +1,23 @@
|
|||||||
|
{{/*
|
||||||
|
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.supersetCeleryBeat.enabled -}}
|
{{- if .Values.supersetCeleryBeat.enabled -}}
|
||||||
#
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,20 +1,23 @@
|
|||||||
|
{{/*
|
||||||
|
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.supersetCeleryFlower.enabled -}}
|
{{- if .Values.supersetCeleryFlower.enabled -}}
|
||||||
#
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.supersetWebsockets.enabled }}
|
{{- if .Values.supersetWebsockets.enabled }}
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{ if .Values.ingress.enabled -}}
|
{{ if .Values.ingress.enabled -}}
|
||||||
{{- $fullName := include "superset.fullname" . -}}
|
{{- $fullName := include "superset.fullname" . -}}
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.init.enabled }}
|
{{- if .Values.init.enabled }}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.supersetWebsockets.enabled }}
|
{{- if .Values.supersetWebsockets.enabled }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
{{- if .Values.serviceAccount.create }}
|
{{- if .Values.serviceAccount.create }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|||||||
@@ -1,19 +1,22 @@
|
|||||||
#
|
{{/*
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# this work for additional information regarding copyright ownership.
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
this work for additional information regarding copyright ownership.
|
||||||
# (the "License"); you may not use this file except in compliance with
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# the License. You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
#
|
the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, software
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# See the License for the specific language governing permissions and
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# limitations under the License.
|
See the License for the specific language governing permissions and
|
||||||
#
|
limitations under the License.
|
||||||
|
|
||||||
|
*/}}
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user