Skip to content

Commit 53355ff

Browse files
committed
KNOX-3169: Fix apiVersion error
1 parent 03c8529 commit 53355ff

File tree

9 files changed

+8
-18
lines changed

9 files changed

+8
-18
lines changed

knox-helmchart/src/knox/.helmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
1716
# Patterns to ignore when building packages.
1817
# This supports shell glob matching, relative path matching, and
1918
# negation (prefixed with !). Only one pattern per line.

knox-helmchart/src/knox/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
1716
apiVersion: v1
1817
name: knox
1918
description: A Helm chart for Knox

knox-helmchart/src/knox/templates/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
1716
apiVersion: apps/v1
1817
kind: Deployment
1918
metadata:

knox-helmchart/src/knox/templates/hpa.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
---
1716
{{- if .Values.autoscaling.enabled }}
1817
apiVersion: autoscaling/v2
1918
kind: HorizontalPodAutoscaler

knox-helmchart/src/knox/templates/ingress.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
---
1716
{{- if .Values.ingress.enabled -}}
1817
apiVersion: networking.k8s.io/v1
1918
kind: Ingress

knox-helmchart/src/knox/templates/service.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
1716
apiVersion: v1
1817
kind: Service
1918
metadata:

knox-helmchart/src/knox/templates/serviceaccount.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
---
1716
{{- if .Values.serviceAccount.create -}}
1817
apiVersion: v1
1918
kind: ServiceAccount

knox-helmchart/src/knox/templates/tests/test-connection.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,7 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
1716
apiVersion: v1
1817
kind: Pod
1918
metadata:

knox-helmchart/src/knox/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one or more
32
# contributor license agreements. See the NOTICE file distributed with
43
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,6 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
1715
replicaCount: 1
1816

1917
image:

0 commit comments

Comments
 (0)