yaml Questions
4
Solved
I have a problem in the ADOS system that the pipeline fails because there is no "pool" specified. Also the validation shows this error. However, I have defined a pool.
trigger:
branches...
Darkle asked 1/12, 2022 at 13:59
4
I am producing reports using rmarkdown. When knitting a PDF
---
title: "Untitled"
output: pdf_document
---
I would like to specify the font to be used in creating the PDF. The official documenta...
Anhydrite asked 26/6, 2014 at 1:48
3
My Django app is deployed and working thanks to this fantastic article: https://medium.com/@justaboutcloud/how-to-deploy-a-django3-application-on-elastic-beanstalk-python3-7-and-amazon-linux-2-bd9b...
Blumenfeld asked 28/5, 2020 at 6:32
5
I am trying to use VS code editor for creating kubernetes yaml files, by some reason, vscode is not showing auto-complete commands or space in my yaml files even though I have installed Yaml Suppor...
Holbrook asked 17/8, 2021 at 2:55
3
Solved
Let's suppose I have 3 environments on Azure: Dev, Test and Prod. I have the same pipeline for building and deploying the resources and the code for each one of the environments except for two diff...
Landowner asked 10/11, 2020 at 22:28
4
Solved
I can express
3rd page is the title page
in YAML
title: 3
What about the following?
Pages 10 to 15 contains chapter 1
One way is
chapter 1: [10, 11, 12, 13, 14, 15]
I would prefer a...
2
Solved
I am working with GitLab 14.6.2-ee.
I am trying to use the YAML reference feature to re-use code snippets in my GitLab configuration files. I've boiled it down to what I think is the simplest use c...
5
Solved
Pushing and pulling of image to Azure Container Registry task in Azure DevOps pipeline fails. When tried to pull or push from local system, there's no problem but when tried to do it using the Azur...
Let asked 10/12, 2021 at 17:39
6
Solved
I've been working with a the PyYAML parser for a few months now to convert file types as part of a data pipeline. I've found the parser to be quite idiosyncratic at times and it seems that today I'...
4
I'm trying to convert XML files to YAML using Python 3.3.
This is my code:
#! /etc/python3
test_filename_input = './reference-conversions/wikipedia-example.xml'
test_filename_output = 'wikipedia-...
3
Solved
When I review the cryptogen(a fabric command) config file . I saw there symbol.
Profiles:
SampleInsecureSolo:
Orderer:
<<: *OrdererDefaults ## what is the `<<`
Organizations:
- *...
Mond asked 9/10, 2017 at 7:48
4
I wanted to fix the errors that yamllint gives. Like autotpep8 automatically formats python code to PEP8 style, do we have something similar for yaml files? Or is there any plugins available in VSC...
2
I need to add API documentation to my project. I wrote my custom schema using swagger editor and now I have a YAML file as follows:
swagger: "2.0"
info:
description: "This is the documentation of...
Hogue asked 10/6, 2020 at 5:29
5
Solved
When I push my commits to a PR my tests are triggered for this commit. After that, if I push additional commits to this PR, tests in Github Actions runs on both commits.
I need to cancel the previo...
Lankford asked 23/2, 2021 at 14:38
8
Solved
I have two environments on azure. One difference between them is only environment variables that came from variable groups. Is it possible to set up group name dynamically for one pipeline instead ...
Directive asked 20/5, 2019 at 16:24
4
I'm running a Laravel api on my server, and I wanted to use Gitlab-runner for CD. The first two runs were good, but then I started to see this problem listen_address not defined, session endpoints ...
Bowleg asked 15/5, 2019 at 16:16
3
Solved
I have spring boot server with 2 property files: application-local.properties and application-test.properties
In each file I have configs for dev machine and for test. Start it like this:
-Dsprin...
Primacy asked 3/10, 2018 at 12:26
5
I tried to run flutter pub get and I got this error:
Error on line 1, column 1 of pubspec.lock: Unexpected character
╷
1 │
│ ^
╵
pub upgrade failed (65; ╵)
Posthaste asked 15/7, 2020 at 8:20
4
Solved
I use vscode as an editor and have several yaml files in the project where parameter replacement occurs. However, it re-formats only one file with extra spaces between brackets, a file named servic...
Vaporescence asked 15/10, 2020 at 17:45
11
Solved
When I run kubectl run ... or any command I get an error message saying
The connection to the server localhost:8080 was refused - did you specify the right host or port?
What exactly is this err...
Pedicel asked 20/6, 2016 at 11:20
5
Solved
I'm looking to merge two values files in helm.
secrets.yaml:
oracle_db:
serviceMonitor:
endpoints:
- module: oracledb
port: http
scheme: http
url: "http://user:password@ip:port/xxx"...
Stacistacia asked 12/1, 2020 at 1:13
7
Solved
I just created a new Helm chart but when I run helm install --dry-run --debug I get:
Error: YAML parse error on multi-camera-tracking/templates/multi-camera-tracking.yaml: error converting YAML to ...
Guss asked 14/11, 2019 at 16:53
4
Is it possible to run a pipeline thanks to Gitlab CI/CD after a branch is deleted.
In fact I want to edit file after that branch is removed.
For example, I have two repositories, R1 and R2.
In R1 I...
Phlegethon asked 7/9, 2020 at 14:2
4
Solved
I need to write the below data to yaml file using Python:
{"A": "a", "B": {"C": "c", "D": "d", "E": "e"}}
...
Horseflesh asked 18/9, 2012 at 5:4
2
Solved
When map'ing a attribute in a list of nested variables, I am not able to retrieve its key.
I want to retrieve the key of "tls_cert_file" from followingemphasized text variables:
vault_config_list...
© 2022 - 2025 — McMap. All rights reserved.