Skip to content

Commit

Permalink
chore: Remove all non-editable keys from resources (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: alessandro <alessandro.manno@facile.it>
  • Loading branch information
alexmanno authored Jul 18, 2023
1 parent 9315329 commit 7dcb143
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion http-add-on/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
creationTimestamp: null
name: httpscaledobjects.http.keda.sh
spec:
group: http.keda.sh
Expand Down
1 change: 0 additions & 1 deletion http-add-on/templates/rbac-interceptor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
httpscaledobjects.http.keda.sh/version: {{ .Values.images.tag | default .Chart.AppVersion }}
keda.sh/addon: {{ .Chart.Name }}
Expand Down
2 changes: 0 additions & 2 deletions http-add-on/templates/rbac-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
httpscaledobjects.http.keda.sh/version: {{ .Values.images.tag | default .Chart.AppVersion }}
keda.sh/addon: {{ .Chart.Name }}
Expand Down Expand Up @@ -86,7 +85,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
httpscaledobjects.http.keda.sh/version: {{ .Values.images.tag | default .Chart.AppVersion }}
keda.sh/addon: {{ .Chart.Name }}
Expand Down
1 change: 0 additions & 1 deletion http-add-on/templates/rbac-scaler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
httpscaledobjects.http.keda.sh/version: {{ .Values.images.tag | default .Chart.AppVersion }}
keda.sh/addon: {{ .Chart.Name }}
Expand Down
1 change: 0 additions & 1 deletion keda/templates/manager/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
{{- include "keda.labels" . | indent 4 }}
creationTimestamp: null
name: {{ .Values.operator.name }}
rules:
- apiGroups:
Expand Down
1 change: 0 additions & 1 deletion keda/templates/manager/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
{{- include "keda.labels" . | indent 4 }}
creationTimestamp: null
name: {{ .Values.operator.name }}
namespace: {{ .Release.Namespace }}
rules:
Expand Down
1 change: 0 additions & 1 deletion keda/templates/metrics-server/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}-external-metrics-reader
{{- include "keda.labels" . | indent 4 }}
creationTimestamp: null
name: {{ .Values.operator.name }}-external-metrics-reader
rules:
- apiGroups:
Expand Down

0 comments on commit 7dcb143

Please sign in to comment.