Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Schema
Merge requests
!398
Merge ibm helm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge ibm helm
merge-ibm-helm
into
master
Overview
0
Commits
48
Pipelines
2
Changes
3
Merged
Manish Singh
requested to merge
merge-ibm-helm
into
master
2 years ago
Overview
0
Commits
48
Pipelines
2
Changes
3
Expand
Merge ibm helm to master
0
0
Merge request reports
Viewing commit
31951402
Prev
Next
Show latest version
3 files
+
136
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
31951402
schema bootstrap
· 31951402
Kaliprasanna Basu
authored
2 years ago
devops/ibm/ibm-schema-deploy/templates/schema-bootstrap-job-clusterrole-sa.yaml
0 → 100644
+
55
−
0
Options
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
annotations
:
"
helm.sh/hook"
:
pre-install,pre-upgrade
"helm.sh/hook-weight"
:
"
-40"
name
:
schema-configmap-update
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
annotations
:
"
helm.sh/hook"
:
pre-install,pre-upgrade
"helm.sh/hook-weight"
:
"
-40"
name
:
configmap-update-job
rules
:
-
apiGroups
:
-
"
config.openshift.io"
-
"
"
-
"
apps"
-
"
batch"
resources
:
-
"
secrets"
-
"
routes"
-
"
configmaps"
-
"
services"
-
"
jobs"
-
"
pods"
-
"
deployments"
verbs
:
-
"
list"
-
"
get"
-
apiGroups
:
-
"
"
resources
:
-
"
secrets"
-
"
configmaps"
verbs
:
-
"
patch"
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
schema-configmap-update
annotations
:
"
helm.sh/hook"
:
pre-install,pre-upgrade
"helm.sh/hook-weight"
:
"
-40"
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
configmap-update-job
subjects
:
-
kind
:
ServiceAccount
name
:
schema-configmap-update
namespace
:
{{
.Release.Namespace
}}
Loading