You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.8 KiB
47 lines
1.8 KiB
# Licensed under the Apache License, Version 2.0 (the "License"); |
|
# you may not use this file except in compliance with the License. |
|
# You may obtain a copy of the License at |
|
# |
|
# http://www.apache.org/licenses/LICENSE-2.0 |
|
# |
|
# Unless required by applicable law or agreed to in writing, software |
|
# distributed under the License is distributed on an "AS IS" BASIS, |
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
# See the License for the specific language governing permissions and |
|
# limitations under the License. |
|
|
|
# The following relate to authorization for pulling the manifest repository |
|
# The username to use when using the https protocol (basic-auth) |
|
- op: replace |
|
path: "/data/AIRSHIPCTL_REPO_AUTH_USERNAME" |
|
value: "" |
|
# The password to use when using the https protocol (basic-auth) |
|
- op: replace |
|
path: "/data/AIRSHIPCTL_REPO_AUTH_HTTP_PASSWORD" |
|
value: "" |
|
# The ssh-key to use when using the git protocol (ssh-key) |
|
- op: replace |
|
path: "/data/AIRSHIPCTL_REPO_AUTH_SSH_KEY" |
|
value: "" |
|
|
|
# The following relate to authorization for pulling the manifest repository |
|
# This is the type of authorization to use. Currently supported types are |
|
# [none http-basic ssh-pass] |
|
# The username to use when using the https protocol (basic-auth) |
|
- op: replace |
|
path: "/data/AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_USERNAME" |
|
value: "" |
|
# The password to use when using the https protocol (basic-auth) |
|
- op: replace |
|
path: "/data/AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_HTTP_PASSWORD" |
|
value: "" |
|
# The ssh-key to use when using the git protocol (ssh-key) |
|
- op: replace |
|
path: "/data/AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_SSH_PASSWORD" |
|
value: "" |
|
|
|
|
|
# The following relate to key used for encryption/decryption of secrets |
|
- op: replace |
|
path: "/data/SOPS_IMPORT_PGP" |
|
value: ""
|
|
|