The Wayback Machine - https://web.archive.org/web/20220323200833/https://github.com/topics/yamllint
Skip to content
#

yamllint

Here are 54 public repositories matching this topic...

bjartek
bjartek commented Nov 11, 2021

Is it possible to add yq to the generated image. We are planning to use this for validating manfiseste using kustomize/kubeconform and that script uses yq.

Script is attached blow for reference

#!/usr/bin/env bash

set -eo pipefail

find . -type f -name '*.yaml' -print0 | while IFS= read -r -d $'\0' file;
  do
    yq e 'true' "$file" > /dev/null || error_exit "found when validat
good first issue

The 400 Faces - A script that will scrape your face off. The plot revolves around Linus Torvalds, who leads 400 Spartans into battle against the Persian "God-King" Xerxes (Rodrigo Santoro) and his invading army of more than 300,000 soldiers. 💂‍♂️ 👷 👨 👩 👴 💃 :godmode: 👵 👺 👦 👳‍♂️ 👧 👮 👼 👸

  • Updated Feb 14, 2021
  • HTML

Improve this page

Add a description, image, and links to the yamllint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yamllint topic, visit your repo's landing page and select "manage topics."

Learn more