github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/.tekton/ci-build/secrets.yaml (about)

     1  # (c) Copyright IBM Corp. 2024
     2  
     3  apiVersion: v1
     4  kind: Secret
     5  metadata:
     6    name: cosmos-conn-url
     7  type: Opaque
     8  stringData:
     9    # Add url here
    10    connUrl: "<<COSMOS_URL>>"
    11  ---
    12  apiVersion: v1
    13  kind: Secret
    14  metadata:
    15    name: cosmos-conn-key
    16  type: Opaque
    17  stringData:
    18    # Add key here
    19    connKey: "<<COSMOS_KEY>>"
    20  ---
    21  apiVersion: v1
    22  kind: Secret
    23  metadata:
    24    name: github-interceptor-secret
    25  type: Opaque
    26  stringData:
    27    # Always use a long, strong and random generated token
    28    secretToken: "<<WEBHOOK_SECRET>>"
    29  
    30  ---
    31  apiVersion: v1
    32  kind: Secret
    33  metadata:
    34    name: github-token
    35  type: Opaque
    36  stringData:
    37    token: "<<GITHUB_BOT_TOKEN>>"