forked from open-edge-platform/edge-manageability-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mage-local-sample.yaml
More file actions
21 lines (18 loc) · 1 KB
/
.mage-local-sample.yaml
File metadata and controls
21 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-FileCopyrightText: 2025 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
# This file can be copied to .mage-local.yaml and modified to suit your needs.
# Automatically registers the default GitHub repositories (edge-manageability-framework and orch-utils)
# with the ArgoCD service. This can be useful for some development workflows.
enableGithubRepos: true
# To use additional GitHub repositories, add them to the localRepos section.
# The user and token values are used to allow ArgoCD to authenticate with GitHub.
# - These values can refer to environment variables as shown, or can be set to the actual values.
# - If user or token is not specified, they default to $GIT_USER and $GIT_TOKEN, respectively
# (ex: o11y-charts will default to use these variables).
# - Anonymous GitHub access is not currently supported.
localRepos:
- url: https://github.com/open-edge-platform/infra-charts
user: $GITHUB_USER
token: $GITHUB_TOKEN
- url: https://github.com/open-edge-platform/o11y-charts