The Wayback Machine - https://web.archive.org/web/20210901002225/https://github.com/topics/yaml-configuration
Skip to content
#

yaml-configuration

Here are 257 public repositories matching this topic...

NiklasRosenstein
NiklasRosenstein commented Jun 14, 2020

You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the links will not work.

def a():
  """ Links to [a][0].

  [0]: https://a.org """

def b():
  """ Links to [b][0].

  [0]: https://b.org """

The MarkdownRenderer should find such duplicate references (here 0 an

gh-actions-yaml-generator
roberto-butti
roberto-butti commented Jan 30, 2021

Allow the user to select the level of the stability for the Laravel dependency:

  • prefer-lowest

  • prefer-stable

  • add dependency stability into matrix:

dependency-stability: [prefer-lowest, prefer-stable]
  • add dep stability in the name
name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
greenled
greenled commented Jul 25, 2019

Since the beginig of the times this project's name has been "Portainer Stack Utils", which describes what it is and what it does. In order to avoid possible future legal issues with Portainer registered trademark it should be renamed to something that does not include "Portainer". Also, it has evolved to include more than just "stacks", so the name should not limit to "Stack Utils". Whatever name

Terraform module that loads an opinionated "stack" configuration from local or remote YAML sources. It supports deep-merged variables, settings, ENV variables, backend config, and remote state outputs for Terraform and helmfile components.

  • Updated Aug 23, 2021
  • HCL

Improve this page

Add a description, image, and links to the yaml-configuration 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 yaml-configuration topic, visit your repo's landing page and select "manage topics."

Learn more