Skip to content

Commit

Permalink
fix: changed <x-fleet-id> and <namespace> to as they were causing ren…
Browse files Browse the repository at this point in the history
…der issues in git gui (#909)
  • Loading branch information
Michael-McAuley-SSC authored Mar 25, 2024
1 parent eb255a6 commit 8a719d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
git:
syncRepo: "https://AZDO-ORG@dev.azure.com/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME" # kpt-set: ${repo-url}
syncBranch: "main" # kpt-set: ${repo-branch}
policyDir: csync/tier3/kubernetes/<fleet-id>/deploy/<env> # kpt-set: ${repo-dir}
policyDir: csync/tier3/kubernetes/_X-FLEET-ID/deploy/<env> # kpt-set: ${repo-dir}
syncWaitSecs: "20"
syncRev: "HEAD"
secretType: "token"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ data:
#
# the directory to observe for YAML manifests
# customization: required
repo-dir: csync/tier3/kubernetes/<fleet-id>/deploy/<env>
repo-dir: csync/tier3/kubernetes/_X-FLEET-ID/deploy/<env>
#
##########################
# End of Configurations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#########
# Root Sync to observe folder csync/tier4/kubernetes/<fleet-id>/deploy/env/<namespace>
# Root Sync to observe folder csync/tier4/kubernetes/_X-FLEET-ID/deploy/env/_NAMESPACE
# CM-5(1) - Files are read from the folder and applied to the infrastructure in automated way
apiVersion: configsync.gke.io/v1beta1
kind: RootSync
Expand All @@ -31,7 +31,7 @@ spec:
git:
repo: https://repo-url # kpt-set: ${repo-url}
branch: main # kpt-set: ${repo-branch}
dir: csync/tier4/kubernetes/<fleet-id>/deploy/env/<namespace> # kpt-set: ${repo-dir}
dir: csync/tier4/kubernetes/_X-FLEET-ID/deploy/env/_NAMESPACE # kpt-set: ${repo-dir}
revision: HEAD
auth: token
secretRef:
Expand Down
2 changes: 1 addition & 1 deletion solutions/gke/kubernetes/namespace-defaults/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data:
#
# the directory to observe for YAML manifests
# customization: required
repo-dir: csync/tier4/kubernetes/<fleet-id>/deploy/env/<namespace>
repo-dir: csync/tier4/kubernetes/_X-FLEET-ID/deploy/env/_NAMESPACE
#
##########################
# End of Configurations
Expand Down

0 comments on commit 8a719d3

Please sign in to comment.