Skip to content

Commit

Permalink
added table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamrayaprolu committed Jul 28, 2022
1 parent aa38612 commit 458d9c1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
27 changes: 27 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Installation

This plugin gets installed through ```bitops.config.yaml``` in the bitops core level. This file is located [here](https://github.com/bitovi/bitops/blob/plugins/bitops.config.yaml)


### Sample Config

```
bitops:
fail_fast: true
run_mode: default
logging:
level: DEBUG
color:
enabled: true
filename: bitops-run
err: bitops.logs
path: /var/logs/bitops
opsrepo_root_default_dir: _default
plugins:
kubectl:
source: https://github.com/bitops-plugins/kubectl
...
...
...
```
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
# Bitops Plugin for Kubectl

## Introduction
This plugin will install ``kubectl`` cli.
## Table of contents

## Installation
1. [Introduction](#Introduction)
2. [Installation](https://github.com/bitops-plugins/kubectl/blob/main/INSTALL.md)
3. [Deployment](#Deployment)

This plugin gets installed through ```bitops.config.yaml```.
---

### Sample Config
## Introduction
This plugin will install ``kubectl`` cli.

```
bitops:
fail_fast: true
run_mode: default
logging:
level: DEBUG
color:
enabled: true
filename: bitops-run
err: bitops.logs
path: /var/logs/bitops
opsrepo_root_default_dir: _default
plugins:
kubectl:
source: https://github.com/bitops-plugins/kubectl
...
...
...

```

## Deployment

Expand Down

0 comments on commit 458d9c1

Please sign in to comment.