1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
Commit graph

231 commits

Author SHA1 Message Date
Pooja Singh
ac5d69895a
removing hardcoded namespace from the code (#955)
* removing hardcoded namespace from the code

* Added to helm chart

* removing hard-coded namespace and deployment name from config, generate, checker

* added namespace to configMap, service, serviceAccount

* updated installation documentation

passing `KYVERNO_NAMESPACE` while running in debug mode.

* Update installation.md

removing `kyverno` only namespace note
2020-07-01 14:50:49 -07:00
Jim Bugwadia
ec7969df31
Merge pull request #947 from NoSkillGirl/feature/new_operators
Feature/new operators
2020-06-26 17:26:24 -07:00
Jim Bugwadia
81dc7defed
Merge pull request #951 from realshuting/update_doc
Update auto-gen doc
2020-06-26 17:25:40 -07:00
NoSkillGirl
356d749103 updated readme 2020-06-26 12:48:45 +05:30
Shuting Zhao
c1c27dd0a3 resolve pr comment 2020-06-25 17:04:36 -07:00
shuting
06a2b246dd
Background mode only apply to running pods (#949)
* background mode process Running pod only

* update debug doc
2020-06-25 09:52:27 -07:00
Shuting Zhao
c2e3d5e232 update auto-gen doc 2020-06-24 15:25:43 -07:00
Yuvraj
01724d63cf
Synchronize data for generated resources (#933)
* Generate request added fro update resource

* synchronize flag added

* documentation added for keeping resource synchronized

Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-06-23 07:19:43 +05:30
NoSkillGirl
ee0bf321fa samll change in readme 2020-06-12 09:47:21 +05:30
NoSkillGirl
054a119063 simplified exit code 2020-06-09 12:55:42 +05:30
NoSkillGirl
e267757d30 Added more exit codes and update Readme 2020-06-08 17:01:56 +05:30
Jim Bugwadia
42b54796cb
Add install releases 2020-06-06 19:25:20 -07:00
Jim Bugwadia
5be9c46c4e
update helm installation instructions 2020-06-05 16:57:52 -07:00
Jim Bugwadia
a72f63d712
add back install definitions (#923) 2020-06-05 15:48:02 -07:00
Yuvraj
619fb98e2a remove crd installation from documentation 2020-06-05 15:05:57 -07:00
Yuvraj
5df422fd63 Added aggregated view clusterroles 2020-06-05 14:36:37 -07:00
Jim Bugwadia
849ef4adcb
fix helm installation (#912) 2020-06-04 18:35:39 -07:00
shuting
03ab89115f
remove --name for helm install 2020-06-04 18:06:41 -07:00
Yuvraj
d51807aac2
Hotfix/ci (#905)
* docs update and fixed issue for docker push on release
2020-06-04 14:31:54 -07:00
Yuvraj
d5ea0415de
remove arm from goreleaser (#903)
* Feature : Added complete release cycle and created install bash script for kyverno-cli
2020-06-04 11:45:37 -07:00
Jim Bugwadia
0c66428640
Fix headings and add note on namespace 2020-06-03 19:11:14 -07:00
Yuvraj
ffe6f9c19c
alignment changes 2020-06-03 18:15:07 -07:00
Yuvraj
7e2dd0d35e
documentation fixed 2020-06-03 18:13:42 -07:00
Yuvraj
ca2379baab added documentation for installing 2020-06-03 17:59:19 -07:00
Jim Bugwadia
d4e5790a66
Bugfix/update docs for deny rules (#886)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* - update docs for deny rules
- add presentations and videos to README.md
2020-05-28 11:22:47 -07:00
sgandon
21571ba275
fixed a documentation typo (#864) 2020-05-19 10:33:44 -07:00
danielnbalasoiu
80a02a1574
Documentation update
Updated instructions with current locations of `policy-CM.yaml` and `CM.yaml`.
2020-04-29 09:12:37 +00:00
shravan
bafc854bc5 797 typo fix 2020-04-20 18:51:04 +05:30
Jim Bugwadia
bd117aa65d Fixes #797 - update example for mutate patch policy 2020-04-18 20:13:47 -07:00
Norbert Kiesel
bd46e41f11
Clarified the resourceFilters usage
Not 100% sure that I got this correct. Please review and fix.

I also see in the source code that the entries can also be just `[<Kind>]` or `[<Kind>,<Namespace>]` (i.e. omitting trailing parts instead of using `*`) but I'm not sure if that should be used so I did not mention it.
2020-04-03 12:11:01 -07:00
Norbert Kiesel
d40e3b886e
Fixed some typos 2020-04-02 22:34:45 -07:00
Norbert Kiesel
33352d131e
fixed some typos 2020-04-02 22:31:21 -07:00
Norbert Kiesel
5252fe76d5
fixed some typos 2020-04-02 22:28:09 -07:00
Norbert Kiesel
cbe20995b2
tyxed some typos
whitespace before `:` in YAML
2020-04-02 22:26:02 -07:00
Norbert Kiesel
a2d6732adf
fixed some more typos
extra whitespace before `:` in YAML
2020-04-02 22:20:56 -07:00
Norbert Kiesel
b698736e9c
Fixed some more typos and always link install.yaml 2020-04-02 22:14:28 -07:00
Norbert Kiesel
768d770b52
Fixed some typos 2020-04-02 19:05:29 -07:00
Jim Bugwadia
df76ac6848 update README.md 2020-03-18 18:14:41 -07:00
Jim Bugwadia
5b02542639 update docs for https://github.com/nirmata/kyverno/issues/740 and https://github.com/nirmata/kyverno/issues/741 2020-03-18 18:07:41 -07:00
Chris Werner Rau
58b3d6acc8
Add info about the kyverno AUR package
I created an AUR package for the `kyverno` cli, therefore I wanted to publish its existence for other fellow arch users
2020-03-18 17:18:59 +01:00
Shuting Zhao
023ac5ecf5 rename to kyverno:policyviolations 2020-03-04 16:04:02 -08:00
Shuting Zhao
54a4080acc update doc 2020-02-20 11:31:03 -08:00
Shuting Zhao
8e6e8fb663 fix typo 2020-02-19 19:24:55 -08:00
Shuting Zhao
dd07942fb7 update doc 2020-02-19 19:24:11 -08:00
Shuting Zhao
83be17ce9e update cli doc / makefile 2020-02-19 19:13:05 -08:00
Jim Bugwadia
2c95e56482 fix docs 2020-02-19 18:50:03 -08:00
Jim Bugwadia
b538838104
Merge pull request #706 from shravanshetty1/696_cli_documentation
#696 - Added basic documentation for cli
2020-02-19 18:34:04 -08:00
shravan
90a5e18b1c 696 documentatino fixes 2020-02-19 21:47:15 +05:30
shivkumar dudhani
c402b5602c CR fixes 2020-02-18 17:10:15 -08:00
shivkumar dudhani
70ac8b1d20 update documentation for kyverno role 2020-02-18 12:07:47 -08:00