UNCLASSIFIED

Commit e0b19d44 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

First pass at changing dsop.io to dso.mil

parent 19a0bba6
Pipeline #145585 failed
repos: repos:
- repo: https://repo1.dsop.io/platform-one/plugins/pre-commit-bootstraps.git - repo: https://repo1.dso.mil/platform-one/plugins/pre-commit-bootstraps.git
rev: v0.2.0 rev: v0.2.0
hooks: [] hooks: []
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Policy enforcement with [OPA Gatekeeper](https://github.com/open-policy-agent/gatekeeper). Policy enforcement with [OPA Gatekeeper](https://github.com/open-policy-agent/gatekeeper).
Default deployment (`deploy/`) is absent of `Constraints`. Instead, `ConstraintTemplates` and `Configs` are provided in addition to `OPA-Gatekeeper` that are known settings to work with the remaining [core](https://repo1.dsop.io/platform-one/big-bang/bootstraps/bigbang-bootstrap) P1 components. Default deployment (`deploy/`) is absent of `Constraints`. Instead, `ConstraintTemplates` and `Configs` are provided in addition to `OPA-Gatekeeper` that are known settings to work with the remaining [core](https://repo1.dso.mil/platform-one/big-bang/bootstraps/bigbang-bootstrap) P1 components.
For enabling constraints, ensure that `deploy/contstraints/core` is deployed. For enabling constraints, ensure that `deploy/contstraints/core` is deployed.
......
...@@ -8,7 +8,7 @@ logLevel: INFO ...@@ -8,7 +8,7 @@ logLevel: INFO
emitAdmissionEvents: false emitAdmissionEvents: false
emitAuditEvents: false emitAuditEvents: false
image: image:
repository: registry1.dsop.io/ironbank/opensource/openpolicyagent/gatekeeper repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper
release: v3.1.2 release: v3.1.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
nodeSelector: { kubernetes.io/os: linux } nodeSelector: { kubernetes.io/os: linux }
......
...@@ -6,6 +6,6 @@ upstream: ...@@ -6,6 +6,6 @@ upstream:
type: git type: git
git: git:
commit: eefa3ff9a3b8527d6b107e802226fd8776f6bd3b commit: eefa3ff9a3b8527d6b107e802226fd8776f6bd3b
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/policy repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/policy
directory: /deploy directory: /deploy
ref: bb-566-codeowners ref: bb-566-codeowners
...@@ -15,7 +15,7 @@ To install and test just the Gatekeeper application, follow these steps ...@@ -15,7 +15,7 @@ To install and test just the Gatekeeper application, follow these steps
### Procedure ### Procedure
* Clone the application repository * Clone the application repository
`git clone https://repo1.dsop.io/platform-one/big-bang/apps/core/policy.git` `git clone https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git`
* Change into the policy directory and lint the chart - make surre there are no errors. * Change into the policy directory and lint the chart - make surre there are no errors.
`cd policy && helm lint chart` `cd policy && helm lint chart`
* Install the chart * Install the chart
......
...@@ -8,7 +8,7 @@ logLevel: INFO ...@@ -8,7 +8,7 @@ logLevel: INFO
emitAdmissionEvents: false emitAdmissionEvents: false
emitAuditEvents: false emitAuditEvents: false
image: image:
repository: registry1.dsop.io/ironbank/opensource/openpolicyagent/gatekeeper repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper
release: v3.1.2 release: v3.1.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
nodeSelector: { kubernetes.io/os: linux } nodeSelector: { kubernetes.io/os: linux }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment