Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
Kubernetes clusters configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Kubernetes clusters configuration
Commits
967178ac
Verified
Commit
967178ac
authored
2 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
Install new local-persistent volume class
Refs.
swh/infra/sysadm-environment#4816
parent
8eaac6ee
No related branches found
No related tags found
1 merge request
!18
Deploy swh-cassandra and its dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
argocd-configuration/applications/archive-staging-rke2/local-persistent-provisioner-application.yaml
+34
-0
34 additions, 0 deletions
...taging-rke2/local-persistent-provisioner-application.yaml
with
34 additions
and
0 deletions
argocd-configuration/applications/archive-staging-rke2/local-persistent-provisioner-application.yaml
0 → 100644
+
34
−
0
View file @
967178ac
# Declare the application to manage local path provisioner
apiVersion
:
argoproj.io/v1alpha1
kind
:
Application
metadata
:
name
:
archive-staging-rke2-local-persistent-provisioner
namespace
:
argocd
spec
:
project
:
default
source
:
repoURL
:
"
https://github.com/rancher/local-path-provisioner.git"
path
:
deploy/chart/local-path-provisioner
targetRevision
:
v0.0.23
helm
:
releaseName
:
local-persistent-provisioner
values
:
|
configmap:
name: local-persistent-provisioner
nameOverride: local-persistent-provisioner
nodePathMap:
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
paths:
- /srv/kubernetes/volumes/
storageClass:
create: true
defaultClass: false
name: local-persistent
reclaimPolicy: Retain
destination
:
server
:
https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-m-9n5h9nrf
namespace
:
local-path-provisioner
syncPolicy
:
automated
:
prune
:
true
selfHeal
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment