UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kyverno Policies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.50
Show more breadcrumbs
Big Bang
Universe
Product
Kyverno Policies
Merge requests
!9
SKIP UPGRADE Bugs n docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SKIP UPGRADE Bugs n docs
bugs-n-docs
into
main
Overview
1
Commits
33
Pipelines
20
Changes
51
Merged
Michael McLeroy
requested to merge
bugs-n-docs
into
main
3 years ago
Overview
1
Commits
33
Pipelines
20
Changes
51
Expand
Fix various policy bugs
Updated docs
Remove dupe policy for hostpath
Add Kubernetes 1.26 deprecation check
Edited
3 years ago
by
Michael McLeroy
0
0
Merge request reports
Compare
main
version 20
f5def7c9
3 years ago
version 19
e9986c49
3 years ago
version 18
e350f65a
3 years ago
version 17
624fc043
3 years ago
version 16
9e8617de
3 years ago
version 15
260433cd
3 years ago
version 14
64658ec7
3 years ago
version 13
2e2eefb6
3 years ago
version 12
8cad1609
3 years ago
version 11
954dd008
3 years ago
version 10
42f2169e
3 years ago
version 9
e7459cbd
3 years ago
version 8
e3cb4801
3 years ago
version 7
f323972d
3 years ago
version 6
83bf6eba
3 years ago
version 5
a370c0a9
3 years ago
version 4
7d49cc50
3 years ago
version 3
4416a556
3 years ago
version 2
3d9ddd9b
3 years ago
version 1
d3e6cd36
3 years ago
main (base)
and
latest version
latest version
f5def7c9
33 commits,
3 years ago
version 20
f5def7c9
33 commits,
3 years ago
version 19
e9986c49
31 commits,
3 years ago
version 18
e350f65a
29 commits,
3 years ago
version 17
624fc043
28 commits,
3 years ago
version 16
9e8617de
27 commits,
3 years ago
version 15
260433cd
26 commits,
3 years ago
version 14
64658ec7
25 commits,
3 years ago
version 13
2e2eefb6
24 commits,
3 years ago
version 12
8cad1609
23 commits,
3 years ago
version 11
954dd008
22 commits,
3 years ago
version 10
42f2169e
21 commits,
3 years ago
version 9
e7459cbd
20 commits,
3 years ago
version 8
e3cb4801
19 commits,
3 years ago
version 7
f323972d
18 commits,
3 years ago
version 6
83bf6eba
17 commits,
3 years ago
version 5
a370c0a9
16 commits,
3 years ago
version 4
7d49cc50
15 commits,
3 years ago
version 3
4416a556
14 commits,
3 years ago
version 2
3d9ddd9b
13 commits,
3 years ago
version 1
d3e6cd36
12 commits,
3 years ago
51 files
+
1213
−
752
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
51
Search (e.g. *.vue) (Ctrl+P)
bigbang/templates/kyverno/policies/gitrepository.yaml deleted
100644 → 0
+
0
−
18
Options
{{
- $pkg
:
= "kyvernopolicies"
}}
{{
- if (get .Values $pkg).enabled
}}
apiVersion
:
source.toolkit.fluxcd.io/v1beta1
kind
:
GitRepository
metadata
:
name
:
{{
$pkg
}}
namespace
:
{{
.Release.Namespace
}}
labels
:
app.kubernetes.io/name
:
{{
$pkg
}}
{{
- include "commonLabels" . | nindent 4
}}
spec
:
interval
:
{{
.Values.flux.interval
}}
url
:
{{
(get .Values $pkg).git.repo
}}
ref
:
{{
- include "validRef" (get .Values $pkg).git | nindent 4
}}
{{
include "gitIgnore" .
}}
{{
- include "gitCreds" . | nindent 2
}}
{{
- end
}}
\ No newline at end of file
Loading