Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ SPDX-License-Identifier: CC-BY-4.0

[🚀 Quick Start](#-quick-start) • [📖 Documentation](./docs) • [🤝 Contributing](./CONTRIBUTING.md) • [📝 License](./LICENSE)

<img src="./docs/images/logo.png" alt="Logo" width="250" height="350">

</div>

---
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/k8s-overcommit.clusterserviceversion.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chart/templates/02-overcommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kind: Overcommit
metadata:
name: cluster
spec:
overcommitLabel: {{ $.Values.webhook.overcommitClassLabel }}
overcommitLabel: {{ $.Values.overcommit.overcommitClassLabel }}
labels:
example.com/label: "true"
annotations:
Expand Down
4 changes: 2 additions & 2 deletions chart/templates/04-overcommitClass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
cpuOvercommit: 0.1
memoryOvercommit: 0.8
isDefault: false
excludedNamespaces: "{{ .Values.webhook.excludedNamespaces }}"
excludedNamespaces: "{{ .Values.overcommit.excludedNamespaces }}"
labels:
example.com/label: "true"
annotations:
Expand All @@ -27,7 +27,7 @@ spec:
cpuOvercommit: 0.8
memoryOvercommit: 1
isDefault: false
excludedNamespaces: "{{ .Values.webhook.excludedNamespaces }}"
excludedNamespaces: "{{ .Values.overcommit.excludedNamespaces }}"
labels:
example.com/label: "true"
annotations:
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# -- The namespace to deploy the resources
namespace: k8s-overcommit
# -- Whether to create the namespace if it does not exist
createnamespace: false
createnamespace: true
createOvercommit: false
createClasses: false
webhook:
overcommit:
# -- Label of the overcommit class
overcommitClassLabel: inditex.com/overcommit-class
excludedNamespaces: ".*(^(openshift|k8s-overcommit|kube).*).*"
Expand Down
7 changes: 7 additions & 0 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ resources:
# # Update the indices in this path if adding or removing volumes in the manager's Deployment.
# - op: remove
# path: /spec/template/spec/volumes/0
patches:
- target:
group: operators.coreos.com
version: v1alpha1
kind: ClusterServiceVersion
name: k8s-overcommit\.v.*
path: patches/icon.yaml
5 changes: 5 additions & 0 deletions config/manifests/patches/icon.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/chart/1.0.1/templates/02-overcommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kind: Overcommit
metadata:
name: cluster
spec:
overcommitLabel: {{ $.Values.webhook.overcommitClassLabel }}
overcommitLabel: {{ $.Values.overcommit.overcommitClassLabel }}
labels:
example.com/label: "true"
annotations:
Expand Down
4 changes: 2 additions & 2 deletions deploy/chart/1.0.1/templates/04-overcommitClass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
cpuOvercommit: 0.1
memoryOvercommit: 0.8
isDefault: false
excludedNamespaces: "{{ .Values.webhook.excludedNamespaces }}"
excludedNamespaces: "{{ .Values.overcommit.excludedNamespaces }}"
labels:
example.com/label: "true"
annotations:
Expand All @@ -27,7 +27,7 @@ spec:
cpuOvercommit: 0.8
memoryOvercommit: 1
isDefault: false
excludedNamespaces: "{{ .Values.webhook.excludedNamespaces }}"
excludedNamespaces: "{{ .Values.overcommit.excludedNamespaces }}"
labels:
example.com/label: "true"
annotations:
Expand Down
4 changes: 2 additions & 2 deletions deploy/chart/1.0.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# -- The namespace to deploy the resources
namespace: k8s-overcommit
# -- Whether to create the namespace if it does not exist
createnamespace: false
createnamespace: true
createOvercommit: false
createClasses: false
webhook:
overcommit:
# -- Label of the overcommit class
overcommitClassLabel: inditex.com/overcommit-class
excludedNamespaces: ".*(^(openshift|k8s-overcommit|kube).*).*"
Expand Down
6 changes: 3 additions & 3 deletions deploy/olm/1.0.1/k8s-overcommit.clusterserviceversion.yaml

Large diffs are not rendered by default.

Binary file modified docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.