Laur's blog
Sign in Subscribe

variable

A collection of 3 posts
Helm - Variable Access
helm

Helm - Variable Access

Access to variable in Helm is strange for me. Here's how I solved an error.
Feb 2, 2023 1 min read
Compose a variable from a combination in Ansible
ansible

Compose a variable from a combination in Ansible

The other day I was confronted with a bit of a problem in Ansible: I have a role with a docker_container where I use two variables, one defining the user (role_user) and one defining the group (role_group). When both the user and group are defined, they specify
Apr 6, 2022 1 min read
Use Shared Variables with Cypress in Typescript
cypress

Use Shared Variables with Cypress in Typescript

This week I started adding Cypress testing to my blog (with some surprises too!). I insisted to use typescript with Cypress and my code looks now like this: describe('SEO', () => { beforeEach(() => { cy.visit('/').waitForRouteChange() }) it('Contains title tag', () => { cy.get('
Sep 11, 2019 2 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost