Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1149 from dirkmueller/crio_cleanup
Browse files Browse the repository at this point in the history
Fix typo in configuration comment
  • Loading branch information
JanZerebecki authored Jun 16, 2020
2 parents c162422 + f33c43b commit 5ce3e27
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkg/skuba/actions/cluster/init/manifests.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 SUSE LLC.
* Copyright (c) 2019-2020 SUSE LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,9 +18,14 @@
package cluster

const (
CriConfFolderReadme = `This directory contains CRI-O configuration files that are uploaded to CaaSP nodes. All the files (except this README) will be uploaded to the /etc/crio/conf.d/ folder. If it is required user custom files name as 99-custom.conf
CriConfFolderReadme = `This folder provides CRI-O configuration for CaaSP nodes.
All the files (except this README) will be uploaded to the /etc/crio/crio.conf.d/ folder.
If you need any customization, please add a custom files with the name 99-custom.conf
`
criDockerDefaultsConf = `## Path : System/Management
criDockerDefaultsConf = `# PLEASE DON'T EDIT THIS FILE!
# This file is managed by CaaSP skuba.
## Path : System/Management
## Description : Extra cli switches for crio daemon
## Type : string
## Default : ""
Expand Down

0 comments on commit 5ce3e27

Please sign in to comment.