Commit 7dd5b787 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

style: apply component guidelines

parent 0e9445b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ include:
    file: '/templates/validation.yml'
  - project: 'to-be-continuous/bash'
    ref: '3.3'
    file: 'templates/gitlab-ci-bash.yml'
    file: '/templates/gitlab-ci-bash.yml'
  - project: 'to-be-continuous/semantic-release'
    ref: '3.7'
    file: '/templates/gitlab-ci-semrel.yml'
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ Then you may retrieve any of your secret(s) from Vault using the following synta

With:

| Name                             | Description                            |
| Parameter                        | Description                            |
| -------------------------------- | -------------------------------------- |
| `secret_path` (_path parameter_) | this is your secret location in the Vault server |
| `field` (_query parameter_)      | parameter to access a single basic field from the secret JSON payload |
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  "description": "Build, test and analyse your [Python](https://www.python.org/) projects",
  "template_path": "templates/gitlab-ci-python.yml",
  "kind": "build",
  "prefix": "python",
  "is_component": true,
  "variables": [
    {
      "name": "PYTHON_IMAGE",
−2.27 KiB (13.9 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ spec:
  inputs:
    vault-base-url:
      description: The Vault server base API url
      default: '' # null
      default: ''
    vault-oidc-aud:
      description: The `aud` claim for the JWT
      default: $CI_SERVER_URL
Loading