File: test_config_with_insecure_skip_tls_verify.yaml

package info (click to toggle)
python-pykube-ng 22.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: python: 2,336; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
current-context: thecluster
clusters:
    - name: thecluster
      cluster:
        insecure-skip-tls-verify: true
users:
    - name: admin
      user:
        username: adm
        password: somepassword
contexts:
    - name: thecluster
      context:
        cluster: thecluster
        user: admin
    - name: second
      context: secondcontext