-
Notifications
You must be signed in to change notification settings - Fork 1
/
kubectl-yaml_writer.yaml
31 lines (30 loc) · 1.33 KB
/
kubectl-yaml_writer.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: yaml-writer
spec:
version: v0.1.0
homepage: https://github.com/Razielt77/kubectl-yaml_writer
shortDescription: Easily update and create k8s yaml files
description: |
This plugin allows you to update k8s yaml files, it will search for tha file based
on resource kind and name and then will update an attribute and save the file.
It can use as a programatic way to update your gitops repo.
The plugin can also create a pair of service and deployment yaml files that can
be used as base files to build on
caveats: |
* currently it supports only updates for deployment and rollout kinds. please open an issue in the repo for any request
platforms:
- selector:
matchLabels:
os: darwin
uri: https://github.com/Razielt77/kubectl-yaml_writer/releases/download/v0.0.2/kubectl-yaml_writer_darwin.tar.gz
sha256: 2569a5e58f6130619295627dda6bfd211fae3744f78b202a4b50b06c45e72e85
bin: kubectl-yaml_writer
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/Razielt77/kubectl-yaml_writer/releases/download/v0.0.2/kubectl-yaml_writer_linux.tar.gz
sha256: defda1c5f07e5d3b97e748e6bea81739560350c387238ce1160b4d7b17222220
bin: kubectl-yaml_writer